:root {
  --navy: #10213f;
  --navy-2: #18325d;
  --blue: #1a5fd0;
  --orange: #f36f31;
  --orange-soft: #fff0e8;
  --green: #1f9b62;
  --purple: #7455c5;
  --ink: #172033;
  --muted: #5d6675;
  --line: #dfe4ea;
  --paper: #f7f6f2;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(16, 33, 63, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
body.menu-open main,
body.menu-open .site-footer,
body.menu-open .floating-actions { visibility: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.04em; }
h2 { font-size: clamp(2.15rem, 8vw, 4.6rem); }
h3 { font-size: 1.35rem; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(850px, 100%); text-align: center; }
.section-pad { padding: 88px 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 12px 16px; background: var(--white); color: var(--navy); border-radius: 10px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(255,255,255,.98); box-shadow: 0 6px 24px rgba(16,33,63,.08); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255,255,255,.98); box-shadow: 0 8px 35px rgba(16,33,63,.08); }
.nav-wrap { width: min(1220px, calc(100% - 28px)); height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; z-index: 2; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--white); background: linear-gradient(145deg, var(--navy), var(--blue)); font-size: .9rem; font-weight: 900; letter-spacing: -.05em; box-shadow: 0 8px 20px rgba(26,95,208,.22); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-size: .94rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; }
.brand-logo-link { flex: 0 0 auto; }
.brand-logo { width: auto; height: 54px; object-fit: contain; }
.menu-button { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: var(--navy); cursor: pointer; z-index: 2; }
.menu-button span { display: block; width: 20px; height: 2px; background: var(--white); border-radius: 2px; transition: transform .25s, opacity .25s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-nav { position: fixed; top: 0; left: 0; z-index: 1; width: 100vw; height: 100vh; height: 100dvh; min-height: 100vh; padding: 110px 28px 40px; display: flex; flex-direction: column; gap: 8px; overflow-y: auto; background: #fff; box-shadow: -18px 0 40px rgba(16,33,63,.12); transform: translateX(100%); transition: transform .3s ease; }
.main-nav.open { transform: translateX(0); }
.main-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 1.35rem; font-weight: 800; }
.main-nav .nav-simulator { margin-top: 8px; padding: 15px 20px; border: 0; border-radius: 14px; color: var(--white); background: var(--navy); text-align: center; }
.main-nav .nav-cta { margin-top: 12px; padding: 15px 20px; border: 0; border-radius: 14px; color: var(--white); background: var(--orange); text-align: center; }

.hero { position: relative; min-height: 100svh; padding-top: 112px; padding-bottom: 70px; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 90% 20%, #edf5ff 0, transparent 36%), var(--paper); }
.hero-grid { display: grid; gap: 48px; align-items: center; position: relative; z-index: 1; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow i { width: 9px; height: 9px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(243,111,49,.14); }
.hero h1 { max-width: 780px; color: var(--navy); font-size: clamp(3rem, 13.6vw, 6rem); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 630px; margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.hero-actions { margin-top: 30px; display: grid; gap: 12px; }
.button { min-height: 54px; padding: 14px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; font-weight: 850; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s; }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 13px 30px rgba(243,111,49,.25); }
.button-simulator { color: var(--white); background: var(--navy); box-shadow: 0 13px 30px rgba(16,33,63,.18); }
.button-ghost { color: var(--navy); border-color: #cbd3dd; background: rgba(255,255,255,.62); }
.hero-principles { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--navy); font-weight: 850; font-size: .84rem; }
.hero-principles span:not(:last-child)::after { content: "•"; margin-left: 18px; color: var(--orange); }
.hero-visual { width: min(430px, 94%); margin-inline: auto; }
.portrait-card { position: relative; isolation: isolate; aspect-ratio: 1; border-radius: 32px 32px 84px 32px; background: #fff; box-shadow: var(--shadow); overflow: visible; }
.portrait-card::before { content: ""; position: absolute; inset: 16px -16px -16px 16px; z-index: -2; border: 2px solid rgba(26,95,208,.23); border-radius: inherit; }
.portrait-bg { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; background: linear-gradient(160deg, #1d4382 0%, var(--navy) 62%); }
.portrait-bg::after { content: ""; position: absolute; width: 330px; height: 330px; border: 64px solid rgba(255,255,255,.07); border-radius: 50%; right: -140px; top: -110px; }
.portrait-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: inherit; mix-blend-mode: normal; }
.portrait-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(0deg, rgba(16,33,63,.6) 0, transparent 48%); pointer-events: none; }
.vote-badge { position: absolute; top: 20px; right: -12px; z-index: 2; min-width: 110px; padding: 12px 14px; display: grid; color: var(--navy); background: var(--white); border-left: 5px solid var(--orange); border-radius: 13px; box-shadow: 0 12px 28px rgba(16,33,63,.22); line-height: 1.12; }
.vote-badge strong { font-size: 1rem; }
.vote-badge span { color: var(--orange); font-size: .8rem; font-weight: 900; }
.vote-badge-image { width: clamp(120px, 36%, 160px); min-width: 0; padding: 5px; border-left: 0; }
.vote-badge-image img { position: static; width: 100%; height: auto; border-radius: 9px; }
.portrait-caption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 22px; display: flex; align-items: flex-start; gap: 10px; color: var(--white); }
.portrait-caption p { margin: 0; line-height: 1.35; font-size: .82rem; }
.status-dot { width: 10px; height: 10px; margin-top: 5px; flex: 0 0 auto; border-radius: 50%; background: #44db92; box-shadow: 0 0 0 5px rgba(68,219,146,.18); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-one { width: 180px; height: 180px; left: -100px; top: 22%; background: rgba(243,111,49,.09); }
.glow-two { width: 130px; height: 130px; right: -60px; bottom: 12%; background: rgba(26,95,208,.1); }
.scroll-cue { display: none; }

.manifesto-strip { padding: 32px 0; color: var(--white); background: var(--orange); }
.manifesto-strip p { margin: 0; font-size: 1.12rem; line-height: 1.45; letter-spacing: -.02em; }

.about { background: var(--white); }
.about-grid { display: grid; gap: 48px; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; height: auto; object-fit: contain; border-radius: 26px; box-shadow: var(--shadow); }
.image-tag { width: min(280px, 80%); margin: -32px 16px 0 auto; position: relative; padding: 15px 18px; display: flex; align-items: center; gap: 12px; border-radius: 14px; color: var(--white); background: var(--navy); box-shadow: 0 15px 36px rgba(16,33,63,.2); font-size: .78rem; line-height: 1.35; }
.image-tag span { color: var(--orange); font-size: 1.7rem; font-weight: 950; }
.about-copy h2 { color: var(--navy); }
.about-copy > .lead { margin-top: 22px; color: var(--ink); font-size: 1.12rem; font-weight: 750; }
.about-copy > p:not(.lead) { color: var(--muted); }
.credentials { margin-top: 28px; display: grid; gap: 12px; }
.credentials article { padding: 16px; display: flex; gap: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fbfcfd; }
.credential-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; background: var(--orange-soft); }
.credentials h3 { font-size: 1rem; letter-spacing: -.02em; }
.credentials p { margin: 5px 0 0; color: var(--muted); font-size: .83rem; line-height: 1.45; }

.motivation { position: relative; color: var(--white); background: linear-gradient(145deg, var(--navy), #0c1830); overflow: hidden; }
.motivation::after { content: "“"; position: absolute; right: -10px; bottom: -210px; color: rgba(255,255,255,.04); font: 800 34rem/1 Georgia, serif; }
.section-kicker.light { color: #82adff; }
.motivation h2 { margin-inline: auto; max-width: 760px; }
.motivation p { margin: 28px auto 0; max-width: 720px; color: #bdc7d8; font-size: 1.04rem; }
.motivation blockquote { margin: 36px auto 0; padding-top: 26px; max-width: 650px; border-top: 1px solid rgba(255,255,255,.18); color: var(--white); font: italic 1.25rem/1.55 Georgia, serif; }

.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 { color: var(--navy); }
.section-heading p { margin-top: 18px; color: var(--muted); font-size: 1.02rem; }
.vote-steps { display: grid; align-items: start; gap: 18px; }
.voting-action { margin-top: 30px; display: flex; justify-content: center; }
.vote-step { position: relative; align-self: start; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 40px rgba(16,33,63,.06); overflow: hidden; }
.step-number { position: absolute; top: 17px; right: 20px; color: #d9e2ef; font-size: 2.4rem; font-weight: 950; line-height: 1; }
.step-copy small { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.step-copy h3 { margin-top: 7px; padding-right: 58px; color: var(--navy); }
.step-copy p { margin: 10px 0 18px; color: var(--muted); font-size: .87rem; }
.vote-image { width: 100%; aspect-ratio: 16 / 9; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #e1e5eb; border-radius: 13px; background: #f5f6f8; }
.vote-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; border-radius: 12px; }

.vision { color: var(--ink); background: linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.84)), url("assets/city-future.jpg") center / cover no-repeat; }
.vision-grid { display: grid; gap: 44px; }
.vision-copy h2 { max-width: 700px; }
.vision .section-kicker { color: var(--orange); }
.vision-copy p { margin-top: 22px; max-width: 660px; color: #4e5867; }
.vision-cards { display: grid; gap: 10px; }
.vision-cards article { padding: 18px; display: flex; gap: 16px; border: 1px solid rgba(16,33,63,.12); border-radius: 16px; background: rgba(255,255,255,.72); backdrop-filter: blur(5px); }
.vision-cards article > span { flex: 0 0 auto; color: var(--orange); font-size: .76rem; font-weight: 900; }
.vision-cards h3 { font-size: 1.08rem; }
.vision-cards p { margin: 7px 0 0; color: #566171; font-size: .86rem; }

.proposals { background: var(--paper); }
.proposal-list { display: grid; gap: 18px; }
.proposal { padding: 28px 24px; position: relative; border-radius: 24px; background: var(--white); box-shadow: 0 14px 45px rgba(16,33,63,.06); overflow: hidden; }
.proposal::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--accent); }
.proposal-blue { --accent: var(--blue); --soft: #edf4ff; }
.proposal-orange { --accent: var(--orange); --soft: #fff1e9; }
.proposal-purple { --accent: var(--purple); --soft: #f1edff; }
.proposal-number { position: absolute; right: 18px; top: 13px; color: var(--soft); font-size: 4.8rem; font-weight: 950; line-height: 1; }
.proposal-body { position: relative; z-index: 1; }
.proposal-label { display: inline-block; margin-bottom: 14px; padding: 6px 10px; border-radius: 99px; color: var(--accent); background: var(--soft); font-size: .67rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.proposal h3 { max-width: 560px; color: var(--navy); font-size: 1.9rem; }
.proposal p { margin-top: 16px; color: var(--muted); }
.proposal ul { margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.proposal li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 99px; background: #fafbfc; font-size: .76rem; font-weight: 750; }
.commitment-figure { margin: 36px 0 0; padding: 10px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.commitment-figure a { display: block; border-radius: 16px; overflow: hidden; }
.commitment-figure img { width: 100%; height: auto; object-fit: contain; }
.commitment-figure figcaption { padding: 14px 10px 8px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 5px 16px; color: var(--navy); line-height: 1.3; }
.commitment-figure figcaption span { color: var(--muted); font-size: .78rem; }

.initiatives { color: var(--white); background: var(--navy); }
.initiatives .section-heading h2 { color: var(--white); }
.initiatives .section-heading p { color: #b9c4d5; }
.initiative-grid { display: grid; gap: 12px; }
.initiative-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.055); }
.initiative-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; border-radius: 12px; background: rgba(255,255,255,.1); }
.initiative-grid h3 { font-size: 1.08rem; }
.initiative-grid p { margin: 9px 0 0; color: #b9c4d5; font-size: .84rem; }

.movement { background: var(--white); }
.movement-grid { display: grid; gap: 40px; align-items: center; }
.movement-copy h2 { color: var(--navy); }
.movement-copy p { margin-top: 20px; color: var(--muted); font-size: 1.02rem; }
.values { display: flex; flex-wrap: wrap; gap: 10px; }
.values span { padding: 12px 15px; border: 1px solid #ced9e8; border-radius: 99px; color: var(--navy); background: #f7faff; font-size: .8rem; font-weight: 850; }
.values span:nth-child(2n) { color: #b44b1d; border-color: #ffd0bb; background: var(--orange-soft); }

.join { position: relative; color: var(--white); background: linear-gradient(135deg, #ec6427, #f2823c); overflow: hidden; }
.join-glow { position: absolute; width: 460px; height: 460px; border: 100px solid rgba(255,255,255,.08); border-radius: 50%; right: -220px; top: -180px; }
.join-inner { position: relative; z-index: 1; text-align: center; }
.join .section-kicker { color: #ffe0d1; }
.join h2 { max-width: 850px; margin-inline: auto; }
.join-inner > p { max-width: 770px; margin: 24px auto 0; color: #fff1eb; font-size: 1.03rem; }
.join-actions { margin-top: 32px; display: grid; gap: 10px; }
.button-white { color: var(--orange); background: var(--white); box-shadow: 0 14px 34px rgba(106,39,8,.16); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.role-links { margin-top: 34px; display: grid; gap: 8px; text-align: left; }
.role-links a { padding: 14px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(255,255,255,.08); font-size: .83rem; font-weight: 800; }
.role-links span { color: #ffd7c4; }

.social { background: var(--paper); }
.social-inner { display: grid; gap: 10px; }
.reel-grid { display: grid; gap: 18px; }
.reel-card { width: min(100%, 350px); margin-inline: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(16,33,63,.09); }
.reel-launch { position: relative; width: 100%; aspect-ratio: 9 / 16; display: block; padding: 0; overflow: hidden; border: 0; background: #111; cursor: pointer; }
.reel-launch::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,21,42,.35), transparent 55%); }
.reel-launch img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .3s ease; }
.play-icon { position: absolute; z-index: 1; left: 50%; top: 50%; width: 64px; height: 64px; display: grid; place-items: center; color: #fff; border: 3px solid #fff; border-radius: 50%; background: rgba(16,33,63,.45); box-shadow: 0 12px 30px rgba(0,0,0,.25); transform: translate(-50%,-50%); font-size: 1.35rem; line-height: 1; }
.reel-card iframe { width: 100%; aspect-ratio: 9 / 16; display: block; border: 0; background: #111; }
.reel-card a { padding: 12px 14px; display: block; color: var(--navy); font-size: .76rem; font-weight: 850; text-align: center; }

.site-footer { padding: 48px 0 88px; color: var(--white); background: #09152a; }
.footer-grid { display: grid; gap: 26px; }
.brand-footer .brand-copy strong { color: var(--white); }
.brand-footer .brand-copy small { color: #8d9ab0; }
.site-footer p { margin: 0; color: #a9b4c6; font-size: .83rem; }
.back-top { color: #c8d3e5; font-size: .8rem; font-weight: 800; }
.footer-bottom { margin-top: 34px; padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid rgba(255,255,255,.1); color: #74839a; font-size: .65rem; }
.floating-actions { position: fixed; z-index: 40; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 8px; }
.floating-simulator, .floating-whatsapp { height: 52px; padding: 0 17px; display: flex; align-items: center; justify-content: center; border-radius: 99px; color: var(--white); font-size: .8rem; font-weight: 900; }
.floating-simulator { background: var(--navy); box-shadow: 0 12px 28px rgba(16,33,63,.26); }
.floating-whatsapp { gap: 8px; background: #1daf64; box-shadow: 0 12px 28px rgba(20,123,72,.32); }
.floating-whatsapp svg { width: 21px; height: 21px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .button-primary:hover { box-shadow: 0 17px 34px rgba(243,111,49,.34); }
  .main-nav a:not(.nav-cta):hover { color: var(--orange); }
  .reel-card:hover, .role-links a:hover { transform: translateY(-3px); }
  .reel-card, .role-links a { transition: transform .2s, background .2s; }
  .reel-launch:hover img { transform: scale(1.025); }
}

@media (min-width: 700px) {
  .container { width: min(1160px, calc(100% - 72px)); }
  .section-pad { padding: 110px 0; }
  .hero-actions, .join-actions { display: flex; }
  .button { min-width: 190px; }
  .credentials { grid-template-columns: repeat(3, 1fr); }
  .credentials article { display: block; }
  .credentials .credential-icon { margin-bottom: 14px; }
  .vote-steps { grid-template-columns: repeat(3, 1fr); }
  .vote-step { padding: 18px; }
  .proposal { padding: 42px; }
  .proposal h3 { font-size: 2.3rem; }
  .initiative-grid { grid-template-columns: repeat(2, 1fr); }
  .role-links { grid-template-columns: repeat(3, 1fr); }
  .reel-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr auto; align-items: center; }
}

@media (min-width: 980px) {
  .nav-wrap { height: 86px; }
  .menu-button { display: none; }
  .main-nav { position: static; top: auto; left: auto; width: auto; height: auto; min-height: 0; padding: 0; flex-direction: row; align-items: center; gap: 28px; overflow: visible; background: transparent; box-shadow: none; transform: none; }
  .main-nav a { padding: 8px 0; border: 0; font-size: .82rem; font-weight: 800; }
  .main-nav .nav-simulator { margin: 0; padding: 11px 18px; }
  .main-nav .nav-cta { margin: 0 0 0 8px; padding: 11px 20px; }
  .hero { padding-top: 126px; }
  .hero-grid { grid-template-columns: 1.1fr .75fr; gap: 70px; }
  .hero h1 { font-size: clamp(4.5rem, 7.1vw, 6.4rem); }
  .hero-lead { font-size: 1.15rem; }
  .hero-visual { width: 100%; }
  .scroll-cue { display: block; position: absolute; z-index: 3; left: 50%; bottom: 24px; width: 24px; height: 38px; border: 1px solid rgba(16,33,63,.35); border-radius: 20px; }
  .scroll-cue span { position: absolute; width: 4px; height: 7px; left: 9px; top: 8px; border-radius: 4px; background: var(--orange); animation: scroll 1.7s infinite; }
  .manifesto-strip { padding: 38px 0; text-align: center; }
  .manifesto-strip p { font-size: 1.35rem; }
  .about-grid { grid-template-columns: .9fr 1.1fr; gap: 90px; }
  .credentials { grid-template-columns: 1fr; }
  .credentials article { display: flex; }
  .credentials .credential-icon { margin-bottom: 0; }
  .motivation p { font-size: 1.13rem; }
  .vision-grid { grid-template-columns: 1.1fr .8fr; gap: 100px; align-items: center; }
  .proposal { display: grid; grid-template-columns: 120px 1fr; }
  .proposal-number { position: static; color: var(--accent); font-size: 4rem; opacity: .3; }
  .proposal p { max-width: 740px; }
  .initiative-grid { grid-template-columns: repeat(4, 1fr); }
  .movement-grid { grid-template-columns: 1fr 1fr; gap: 100px; }
  .social-inner { grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
  .social .section-heading { margin: 0; }
  .reel-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .floating-actions { right: 24px; bottom: 24px; }
}

@keyframes scroll { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(12px); opacity: 0; } }

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