@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:wght@600;700;800;900&display=swap');

:root {
  --ink: #061a28;
  --navy: #082d4a;
  --blue: #075ca8;
  --green: #008f4c;
  --green-2: #00ae62;
  --yellow: #f6c915;
  --cream: #f5f2e8;
  --white: #fff;
  --muted: #60707d;
  --line: rgba(6, 26, 40, .13);
  --shadow: 0 24px 70px rgba(2, 22, 36, .15);
  --radius: 28px;
  --display: 'Libre Franklin', Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: #fbfcfa; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; }
.eyebrow::before { content: ''; width: 26px; height: 3px; background: var(--yellow); border-radius: 3px; }
.section-title { margin: 14px 0 18px; max-width: 780px; font-family: var(--display); font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.section-lead { max-width: 680px; font-size: 1.08rem; color: var(--muted); }
.section { padding: 110px 0; }
.section--cream { background: var(--cream); }
.section--ink { background: var(--ink); color: white; }
.skip-link { position: fixed; z-index: 2000; top: 10px; left: 10px; transform: translateY(-150%); background: white; color: var(--ink); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

/* Header */
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; transition: .3s ease; color: white; }
.site-header.scrolled, .inner-page .site-header { background: rgba(5, 27, 42, .96); backdrop-filter: blur(18px); box-shadow: 0 8px 35px rgba(0,0,0,.15); }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 224px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 2px solid rgba(255,255,255,.5); background: linear-gradient(145deg,var(--yellow),#ffd95c); color: var(--navy); font-family: var(--display); font-size: 1.35rem; font-weight: 900; box-shadow: inset 0 0 0 5px var(--green); }
.brand-copy { font-family: var(--display); font-weight: 900; line-height: .92; letter-spacing: -.04em; text-transform: uppercase; }
.brand-copy small { display: block; margin-top: 5px; font-family: var(--body); font-size: .55rem; letter-spacing: .19em; color: var(--yellow); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 700; }
.nav-links a { position: relative; padding: 10px 0; color: rgba(255,255,255,.82); }
.nav-links a::after { content: ''; position: absolute; inset: auto 0 2px; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: .25s; }
.nav-links a:hover, .nav-links a.active { color: white; }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px !important; color: var(--ink) !important; background: var(--yellow); border-radius: 999px; }
.nav-cta::after { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: rgba(255,255,255,.1); border-radius: 50%; color: white; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; content: ''; width: 21px; height: 2px; margin: 5px auto; border-radius: 2px; background: currentColor; transition: .25s; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #071e2f; }
.hero-media, .hero-media video, .hero-media::after { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { overflow: hidden; pointer-events: none; }
.hero-media video { object-fit: cover; filter: saturate(.82) contrast(1.08); }
.hero-media::after { content: ''; background: linear-gradient(90deg, rgba(3,23,37,.96) 0%, rgba(3,23,37,.77) 48%, rgba(3,23,37,.32) 76%), linear-gradient(0deg, rgba(3,23,37,.94), transparent 40%); }
.hero-grid { position: relative; z-index: 2; width: 100%; padding: 175px 0 70px; display: grid; grid-template-columns: 1.15fr .62fr; gap: 70px; align-items: end; }
.campaign-pill { display: inline-flex; align-items: center; gap: 12px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); border-radius: 999px; text-transform: uppercase; letter-spacing: .12em; font-size: .73rem; font-weight: 800; }
.campaign-pill::before { content: ''; width: 9px; height: 9px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 6px rgba(246,201,21,.15); }
.hero h1 { margin: 24px 0 24px; font-family: var(--display); font-size: clamp(4rem, 8vw, 7.6rem); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--yellow); }
.hero-copy > p { max-width: 650px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 2vw, 1.22rem); }
.hero-vote { display: grid; grid-template-columns: auto 1fr; align-items: end; width: max-content; margin-top: 28px; padding: 13px 18px 13px 16px; border-radius: 18px; color: var(--ink); background: var(--yellow); box-shadow: 0 16px 45px rgba(246,201,21,.25); transform: rotate(-1deg); }
.hero-vote span { grid-column: 1; align-self: center; max-width: 92px; font-size: .63rem; line-height: 1.15; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-vote strong { grid-row: 1 / 3; grid-column: 2; margin-left: 15px; font: 900 clamp(3.5rem, 7vw, 6.7rem)/.72 var(--display); letter-spacing: -.07em; }
.hero-vote em { grid-column: 1; color: var(--green); font-size: .6rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: .25s; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 13px 35px rgba(246,201,21,.2); }
.btn-secondary { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn-dark { background: var(--ink); color: white; }
.hero-card { position: relative; padding: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 32px; background: rgba(255,255,255,.08); backdrop-filter: blur(14px); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-card img { width: 100%; height: 420px; object-fit: cover; object-position: center 20%; border-radius: 23px; }
.hero-card-caption { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 8px 4px; }
.hero-number { font-family: var(--display); font-size: 2.3rem; line-height: 1; color: var(--yellow); font-weight: 900; }
.scroll-cue { display: flex; align-items: center; gap: 12px; margin-top: 55px; font-size: .75rem; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .14em; }
.scroll-line { width: 55px; height: 1px; background: rgba(255,255,255,.4); position: relative; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; inset: 0; background: var(--yellow); transform: translateX(-100%); animation: sweep 2s infinite; }
@keyframes sweep { 50%,100% { transform: translateX(100%); } }
.impact-rail { position: relative; z-index: 4; overflow: hidden; color: var(--ink); background: var(--yellow); border-top: 1px solid rgba(0,0,0,.08); border-bottom: 1px solid rgba(0,0,0,.08); }
.impact-track { display: flex; width: max-content; padding: 15px 0; animation: rail 28s linear infinite; }
.impact-track span { display: flex; align-items: center; white-space: nowrap; font: 900 .82rem var(--display); letter-spacing: .13em; text-transform: uppercase; }
.impact-track span::after { content: '★'; margin: 0 28px; color: var(--green); font-size: .8rem; }
@keyframes rail { to { transform: translateX(-50%); } }

/* General blocks */
.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.portrait-stack { position: relative; min-height: 620px; }
.portrait-main { width: 86%; height: 580px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.portrait-float { position: absolute; right: 0; bottom: 20px; width: 48%; border: 10px solid #fbfcfa; border-radius: 24px; box-shadow: var(--shadow); }
.number-badge { position: absolute; top: 40px; right: 0; width: 130px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: var(--yellow); text-align: center; transform: rotate(8deg); }
.number-badge strong { font: 900 2rem/1 var(--display); }
.number-badge span { font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.copy h2 { font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .96; letter-spacing: -.06em; margin: 15px 0 30px; }
.copy p { color: var(--muted); font-size: 1.05rem; }
.quote-line { margin: 30px 0; padding: 18px 0 18px 24px; border-left: 4px solid var(--yellow); font-family: var(--display); font-size: 1.35rem; line-height: 1.3; font-weight: 800; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); margin-top: 34px; }
.stat { padding: 26px 18px 0 0; }
.stat strong { display: block; font: 900 2.5rem/1 var(--display); color: var(--green); }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }

.agenda-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 50px; }
.agenda-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.agenda-card { position: relative; min-height: 310px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; transition: .35s; }
.agenda-card:hover { transform: translateY(-8px); border-color: transparent; box-shadow: var(--shadow); }
.agenda-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--cream); color: var(--green); font-size: 1.45rem; }
.agenda-card h3 { margin: 55px 0 10px; font: 800 1.5rem/1.1 var(--display); letter-spacing: -.03em; }
.agenda-card p { color: var(--muted); font-size: .93rem; }
.agenda-card a { position: absolute; left: 28px; bottom: 26px; font-weight: 800; font-size: .83rem; color: var(--green); }
.agenda-card--featured { color: white; background: var(--green); }
.agenda-card--featured p, .agenda-card--featured a { color: rgba(255,255,255,.8); }
.agenda-card--featured .agenda-icon { background: rgba(255,255,255,.14); color: var(--yellow); }

.media-wall { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 260px 260px; gap: 12px; }
.media-tile { position: relative; overflow: hidden; border-radius: 20px; border: 0; padding: 0; background: #ddd; color: white; text-align: left; }
.media-tile:first-child { grid-row: 1 / 3; }
.media-tile img { width: 100%; height: 100%; object-fit: cover; transition: .6s; }
.media-tile video { position: relative; z-index: 3; width: 100%; height: 100%; object-fit: cover; background: #000; }
.media-tile--video::after, .media-tile--video .play, .media-tile--video .media-meta { display: none; }
.media-tile:hover img { transform: scale(1.06); }
.media-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,23,37,.8), transparent 58%); }
.media-meta { position: absolute; z-index: 2; inset: auto 20px 18px; }
.media-meta small { color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.media-meta strong { display: block; margin-top: 4px; font-size: 1rem; }
.play { position: absolute; z-index: 3; top: 17px; right: 17px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.play::after { content: ''; margin-left: 3px; border-left: 11px solid currentColor; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }

.manifesto { position: relative; overflow: hidden; }
.manifesto::before { content: 'RIO'; position: absolute; right: -3vw; bottom: -8vw; font: 900 min(35vw, 460px)/.8 var(--display); color: rgba(255,255,255,.025); }
.manifesto-grid { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.manifesto blockquote { margin: 0; font: 800 clamp(2.6rem, 5.8vw, 6.4rem)/.92 var(--display); letter-spacing: -.065em; }
.manifesto blockquote em { color: var(--yellow); font-style: normal; }
.manifesto-copy { color: rgba(255,255,255,.7); }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.value { padding: 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; font-size: .85rem; font-weight: 700; }
.value::before { content: '●'; color: var(--yellow); margin-right: 9px; }

.cta-band { margin: 35px 0 -65px; position: relative; z-index: 2; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 52px 58px; border-radius: 30px; background: var(--yellow); box-shadow: var(--shadow); }
.cta-inner h2 { margin: 0; font: 900 clamp(2rem,4vw,3.8rem)/.95 var(--display); letter-spacing: -.055em; }
.cta-inner p { margin: 10px 0 0; max-width: 600px; }

/* Inner pages */
.page-hero { position: relative; padding: 190px 0 90px; color: white; background: var(--ink); overflow: hidden; }
.page-hero::after { content: ''; position: absolute; width: 600px; height: 600px; right: -180px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(0,174,98,.4), transparent 68%); }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 30px; color: rgba(255,255,255,.55); font-size: .8rem; }
.breadcrumbs span { color: var(--yellow); }
.page-hero h1 { max-width: 950px; margin: 0; font: 900 clamp(3.4rem,8vw,7.8rem)/.86 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.page-hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.page-hero p { max-width: 700px; margin: 30px 0 0; color: rgba(255,255,255,.75); font-size: 1.12rem; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.story-image { position: relative; }
.story-image img { width: 100%; max-height: 720px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-step { padding: 26px 0; border-bottom: 1px solid var(--line); }
.story-step small { color: var(--green); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.story-step h3 { margin: 6px 0 8px; font: 800 1.6rem/1.1 var(--display); }
.story-step p { margin: 0; color: var(--muted); }
.pledge { padding: 70px; border-radius: var(--radius); background: var(--yellow); }
.pledge h2 { margin: 0 0 24px; font: 900 clamp(2.5rem,5vw,5rem)/.93 var(--display); letter-spacing: -.06em; }
.pledge p { max-width: 850px; font-size: 1.13rem; }

.fronts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.front-card { position: relative; min-height: 300px; padding: 28px; border-radius: 22px; border: 1px solid var(--line); background: white; overflow: hidden; }
.front-card::before { content: attr(data-num); position: absolute; top: 14px; right: 18px; font: 900 4rem/1 var(--display); color: rgba(6,26,40,.05); }
.front-card h2 { margin: 50px 0 12px; font: 800 1.55rem/1.08 var(--display); }
.front-card p { color: var(--muted); font-size: .93rem; }
.front-card .tag { display: inline-block; padding: 7px 10px; background: var(--cream); color: var(--green); border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.front-card:nth-child(2), .front-card:nth-child(7), .front-card:nth-child(11) { background: var(--ink); color: white; }
.front-card:nth-child(2) p, .front-card:nth-child(7) p, .front-card:nth-child(11) p { color: rgba(255,255,255,.65); }
.front-card:nth-child(5), .front-card:nth-child(9) { background: var(--yellow); }
.front-card ul { margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.front-card li { position: relative; margin: 8px 0; padding-left: 18px; font-size: .82rem; line-height: 1.35; }
.front-card li::before { content: ''; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.front-card:nth-child(2) ul, .front-card:nth-child(7) ul, .front-card:nth-child(11) ul { border-color: rgba(255,255,255,.15); }
.front-card:nth-child(2) li::before, .front-card:nth-child(7) li::before, .front-card:nth-child(11) li::before { background: var(--yellow); }

.commitment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 44px; }
.commitment-card { min-height: 270px; padding: 28px; border-radius: 22px; color: white; background: #0a2638; border: 1px solid rgba(255,255,255,.09); }
.commitment-card:nth-child(2), .commitment-card:nth-child(5) { background: var(--green); }
.commitment-card .commit-num { display: block; color: var(--yellow); font: 900 2.8rem/1 var(--display); }
.commitment-card h3 { margin: 34px 0 9px; font: 800 1.45rem/1.05 var(--display); }
.commitment-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.commitment-card:nth-child(2) p, .commitment-card:nth-child(5) p { color: rgba(255,255,255,.82); }
.voice-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 35px; }
.voice-item { padding: 18px 20px; border-radius: 14px; background: white; border: 1px solid var(--line); font-weight: 700; }
.voice-item::before { content: '“'; margin-right: 10px; color: var(--green); font: 900 1.6rem/0 var(--display); }
.promise-list { display: grid; gap: 1px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.12); }
.promise-item { display: grid; grid-template-columns: 55px 1fr; gap: 15px; align-items: center; padding: 22px; color: white; background: #0a2638; }
.promise-item strong { color: var(--yellow); font: 900 1.25rem var(--display); }

.campaign-gallery-home { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 220px; gap: 12px; }
.campaign-shot { position: relative; overflow: hidden; border-radius: 18px; background: var(--ink); }
.campaign-shot:first-child { grid-column: span 2; grid-row: span 2; }
.campaign-shot:nth-child(4) { grid-row: span 2; }
.campaign-shot img, .campaign-shot video { width: 100%; height: 100%; object-fit: cover; transition: .55s; }
.campaign-shot:hover img { transform: scale(1.045); }
.campaign-shot::after { content: ''; position: absolute; inset: auto 0 0; height: 45%; pointer-events: none; background: linear-gradient(transparent,rgba(2,16,25,.72)); }
.campaign-shot span { position: absolute; z-index: 2; left: 16px; bottom: 13px; color: white; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.campaign-shot--video::after, .campaign-shot--video span { display: none; }

.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.video-card { overflow: hidden; border-radius: 24px; background: white; box-shadow: 0 15px 50px rgba(2,22,36,.09); }
.video-frame { position: relative; aspect-ratio: 16/9; background: var(--ink); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-copy { padding: 22px; }
.video-copy small { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.video-copy h2 { margin: 6px 0 0; font: 800 1.25rem/1.15 var(--display); }
.local-video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 45px; }
.reel-card { overflow: hidden; border-radius: 24px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.reel-card video { display: block; width: 100%; aspect-ratio: 9/13; object-fit: cover; background: #000; }
.reel-caption { padding: 20px; }
.reel-caption small { color: var(--yellow); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.reel-caption h2 { margin: 7px 0 0; font: 800 1.15rem/1.15 var(--display); }
.gallery-grid { columns: 3; column-gap: 14px; }
.gallery-toolbar { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0 30px; }
.filter-btn { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: transparent; font-size: .78rem; font-weight: 800; }
.filter-btn:hover, .filter-btn.active { color: white; border-color: var(--green); background: var(--green); }
.gallery-item { width: 100%; margin: 0 0 14px; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: var(--ink); }
.gallery-item.hidden { display: none; }
.gallery-item img { width: 100%; transition: .35s; }
.gallery-item:hover img { opacity: .82; transform: scale(1.025); }
.lightbox { position: fixed; z-index: 2000; inset: 0; display: none; place-items: center; padding: 30px; background: rgba(2,14,23,.94); }
.lightbox.open { display: grid; }
.lightbox img { max-height: 86vh; max-width: min(100%, 1000px); border-radius: 16px; }
.lightbox-close { position: absolute; top: 22px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; border-radius: 50%; font-size: 1.5rem; }
.video-modal { position: fixed; z-index: 2100; inset: 0; display: none; place-items: center; padding: 70px 24px 24px; background: rgba(1,12,20,.96); backdrop-filter: blur(15px); }
.video-modal.open { display: grid; }
.video-modal-frame { width: min(1080px, 100%); aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #000; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.video-modal-frame iframe { width: 100%; height: 100%; border: 0; }
.video-modal-close { position: absolute; top: 18px; right: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: rgba(255,255,255,.08); font-size: 1.6rem; }

.participate-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.benefit-list { display: grid; gap: 12px; margin-top: 30px; }
.benefit { padding: 18px 20px; border-radius: 14px; background: var(--cream); font-weight: 700; }
.benefit::before { content: '✓'; display: inline-grid; place-items: center; width: 26px; height: 26px; margin-right: 11px; border-radius: 50%; color: white; background: var(--green); }
.form-card { padding: 38px; border-radius: 26px; background: white; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 14px 15px; outline: none; background: #fbfcfa; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(0,143,76,.1); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { color: var(--muted); font-size: .78rem; }
.success { display: none; margin-top: 16px; padding: 14px; border-radius: 12px; background: #e8f7ef; color: #08723f; font-weight: 700; }

.contact-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.contact-card strong { display: block; margin: 16px 0 4px; font: 800 1.3rem var(--display); }
.contact-card span { color: var(--muted); font-size: .9rem; }
.contact-card:hover { border-color: var(--green); }

/* Footer */
.site-footer { padding: 120px 0 35px; color: white; background: #03131f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 70px; padding-bottom: 55px; }
.footer-brand p { max-width: 420px; color: rgba(255,255,255,.57); }
.footer-title { margin-bottom: 18px; color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.66); font-size: .9rem; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .75rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: 12px; }
.legal-links a, .legal-links button { padding: 0; border: 0; color: rgba(255,255,255,.52); background: none; font-size: inherit; }
.legal-links a:hover, .legal-links button:hover { color: white; }

.legal-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 70px; align-items: start; }
.legal-aside { position: sticky; top: 120px; padding: 22px; border-radius: 18px; background: var(--cream); }
.legal-aside strong { display: block; margin-bottom: 12px; font: 800 1rem var(--display); }
.legal-aside a { display: block; padding: 7px 0; color: var(--muted); font-size: .84rem; }
.legal-aside a:hover { color: var(--green); }
.legal-content { max-width: 820px; }
.legal-content h2 { margin: 55px 0 15px; font: 800 clamp(1.7rem,3vw,2.5rem)/1.05 var(--display); letter-spacing: -.035em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 30px 0 10px; font: 800 1.15rem var(--display); }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content li { margin: 8px 0; }
.legal-note { margin: 30px 0; padding: 20px 22px; border-left: 4px solid var(--yellow); border-radius: 0 12px 12px 0; background: var(--cream); }
.legal-date { display: inline-block; margin-bottom: 25px; padding: 8px 12px; border-radius: 999px; color: var(--green); background: #e8f7ef; font-size: .75rem; font-weight: 800; }

.cookie-banner { position: fixed; z-index: 3000; left: 20px; right: 20px; bottom: 20px; display: none; max-width: 1180px; margin: auto; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; color: white; background: rgba(4,23,36,.97); box-shadow: 0 25px 90px rgba(0,0,0,.48); backdrop-filter: blur(18px); }
.cookie-banner.show { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.cookie-copy strong { display: block; margin-bottom: 6px; font: 800 1.15rem var(--display); }
.cookie-copy p { margin: 0; max-width: 760px; color: rgba(255,255,255,.67); font-size: .86rem; }
.cookie-copy a { color: var(--yellow); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-btn { min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: transparent; font-size: .77rem; font-weight: 800; }
.cookie-btn--accept { border-color: var(--yellow); color: var(--ink); background: var(--yellow); }
.cookie-modal { position: fixed; z-index: 3100; inset: 0; display: none; place-items: center; padding: 22px; background: rgba(1,12,20,.88); backdrop-filter: blur(12px); }
.cookie-modal.open { display: grid; }
.cookie-panel { width: min(620px,100%); max-height: 90vh; overflow: auto; padding: 30px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.cookie-panel-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.cookie-panel h2 { margin: 0; font: 800 2rem/1 var(--display); }
.cookie-panel p { color: var(--muted); font-size: .9rem; }
.cookie-close { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.3rem; }
.cookie-option { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.cookie-option strong, .cookie-option small { display: block; }
.cookie-option small { margin-top: 5px; color: var(--muted); }
.cookie-toggle { width: 48px; height: 26px; accent-color: var(--green); }
.cookie-always { color: var(--green); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.cookie-panel-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .nav-links { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; background: var(--ink); transform: translateX(100%); transition: .35s; font-size: 1.25rem; }
  .nav-links.open { transform: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .hero-grid { grid-template-columns: 1fr .46fr; gap: 30px; }
  .hero-card img { height: 340px; }
  .intro-grid, .story-grid, .participate-grid, .manifesto-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 55px; }
  .agenda-grid, .fronts-grid { grid-template-columns: repeat(2,1fr); }
  .commitment-grid { grid-template-columns: repeat(2,1fr); }
  .campaign-gallery-home { grid-template-columns: repeat(3,1fr); }
  .local-video-grid { grid-template-columns: repeat(2,1fr); }
  .media-wall { grid-template-columns: 1fr 1fr; }
  .media-tile:first-child { grid-column: 1/3; grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/3; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-aside { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .nav { height: 74px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy { font-size: .9rem; }
  .hero { min-height: 900px; }
  .hero-grid { grid-template-columns: 1fr; padding: 125px 0 48px; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5.4rem); }
  .hero-card { width: 72%; margin-left: auto; }
  .hero-card img { height: 280px; }
  .scroll-cue { margin-top: 28px; }
  .portrait-stack { min-height: 500px; }
  .portrait-main { height: 470px; }
  .number-badge { width: 105px; }
  .stats { grid-template-columns: 1fr; }
  .stat { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .agenda-head { align-items: start; flex-direction: column; }
  .agenda-grid, .fronts-grid, .video-grid, .contact-cards { grid-template-columns: 1fr; }
  .commitment-grid, .voice-list { grid-template-columns: 1fr; }
  .campaign-gallery-home { grid-template-columns: 1fr 1fr; grid-auto-rows: 210px; }
  .campaign-shot:first-child { grid-column: span 2; grid-row: span 1; }
  .campaign-shot:nth-child(4) { grid-row: span 1; }
  .local-video-grid { grid-template-columns: 1fr; }
  .media-wall { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4,310px); }
  .media-tile:first-child { grid-column: auto; }
  .cta-inner { grid-template-columns: 1fr; padding: 38px 28px; }
  .page-hero { padding: 145px 0 70px; }
  .page-hero h1 { font-size: clamp(3.15rem, 17vw, 5.2rem); }
  .pledge { padding: 40px 26px; }
  .gallery-grid { columns: 2; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner.show { grid-template-columns: 1fr; }
  .cookie-actions { justify-content: flex-start; }
  .cookie-actions .cookie-btn { flex: 1; }
  .cookie-panel { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
