:root {
  --purple: #3f1b5b;
  --purple-deep: #2f1147;
  --blue: #082c45;
  --gold: #daa017;
  --gold-bright: #f3c646;
  --cream: #f6f1eb;
  --paper: #fffdf9;
  --white: #fff;
  --ink: #102b3e;
  --muted: #65717a;
  --line: rgba(8,44,69,.16);
  --wrap: 1200px;
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: Montserrat, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
  --script: "Segoe Script", "Bradley Hand", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: -60px; left: 18px; padding: 10px 16px; color: var(--blue); background: var(--gold-bright); font-weight: 900; }
.skip-link:focus { top: 18px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: grid; grid-template-columns: 250px 1fr 250px; align-items: center; height: 92px; padding: 0 max(32px,calc((100vw - var(--wrap))/2)); background: #f5f0ea; border-bottom: 1px solid rgba(8,44,69,.09); backdrop-filter: blur(16px); transition: height .2s, box-shadow .2s; }
.site-header.scrolled { height: 76px; box-shadow: 0 10px 35px rgba(8,44,69,.08); }
.brand { position: relative; width: 222px; height: 75px; overflow: hidden; }
.brand-art { position: absolute; inset: 0; background-color: #f5f0ea; background-image: url("../assets/identidade-visual.png"); background-repeat: no-repeat; background-position: -407px -102px; background-size: 660px 990px; background-blend-mode: multiply; }
.desktop-nav { display: flex; justify-content: center; gap: 40px; }
.desktop-nav a { position: relative; text-decoration: none; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--gold); transition: right .2s; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; text-decoration: none; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.header-cta span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-left: 8px; color: var(--blue); background: var(--gold); border-radius: 50%; }
.menu-button, .mobile-nav { display: none; }

.hero { display: grid; grid-template-columns: 52% 48%; min-height: 740px; padding-top: 92px; background: var(--purple); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-start; color: var(--white); background: var(--purple); overflow: hidden; }
.hero-copy::before { content: ""; position: absolute; width: 420px; height: 420px; left: -230px; top: 20%; border: 1px solid rgba(218,160,23,.28); border-radius: 50%; }
.hero-copy::after { content: "♡"; position: absolute; right: -25px; bottom: 80px; color: rgba(255,255,255,.035); font: 330px/1 Georgia,serif; transform: rotate(10deg); }
.hero-copy-inner { position: relative; z-index: 2; width: min(620px,calc(100% - 72px)); margin: 0 auto; padding: 42px 0 104px; }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 27px; color: var(--gold-bright); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker span { width: 38px; height: 2px; background: var(--gold); }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: var(--display); text-transform: uppercase; }
h1 { max-width: 620px; margin-bottom: 23px; font-size: clamp(58px,5.2vw,84px); line-height: .88; letter-spacing: -.035em; }
h1 em { display: inline-block; color: var(--gold-bright); font-family: var(--serif); font-size: .68em; font-weight: 400; letter-spacing: -.04em; text-transform: none; transform: translateY(-.02em); }
.hero-text { max-width: 590px; margin: 0 0 28px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 25px; border: 1px solid transparent; text-decoration: none; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: var(--blue); background: var(--gold-bright); box-shadow: 8px 8px 0 rgba(8,44,69,.4); }
.button-quiet { color: var(--white); border-color: rgba(255,255,255,.38); }
.button-quiet:hover { color: var(--purple); background: var(--white); }
.hero-proof { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); }
.hero-proof div { padding: 20px 24px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof strong { display: block; color: var(--gold-bright); font-family: var(--display); font-size: 24px; line-height: 1; }
.hero-proof span { color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.hero-image { position: relative; min-width: 0; min-height: 0; background: var(--white); overflow: visible; }
.hero-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.hero-image::after { content: none; }
.vote-ticket { position: absolute; z-index: 2; left: -40px; bottom: 92px; display: grid; width: 188px; padding: 22px 22px 18px; color: var(--white); background: var(--blue); border: 2px solid var(--gold); box-shadow: 12px 12px 0 var(--gold); transform: rotate(-3deg); }
.vote-ticket::before, .vote-ticket::after { content: ""; position: absolute; top: 50%; width: 22px; height: 22px; background: var(--purple); border-radius: 50%; transform: translateY(-50%); }
.vote-ticket::before { left: -12px; }
.vote-ticket::after { right: -12px; }
.vote-ticket span { font-size: 10px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.vote-ticket strong { color: var(--gold-bright); font-family: var(--display); font-size: 54px; letter-spacing: .02em; line-height: .95; }
.vote-ticket small { color: var(--gold-bright); font-size: 24px; line-height: 1; }
.hero-note { position: absolute; right: 50%; bottom: 24px; margin: 0; color: var(--white); font-family: var(--script); font-size: 17px; line-height: 1.25; text-align: center; transform: translateX(50%) rotate(-3deg); text-shadow: 0 2px 15px rgba(0,0,0,.5); }

.ticker { overflow: hidden; color: var(--blue); background: var(--gold-bright); }
.ticker-track { display: flex; align-items: center; width: max-content; min-height: 66px; animation: ticker 30s linear infinite; }
.ticker span { padding-inline: 28px; font-family: var(--display); font-size: 19px; letter-spacing: .04em; text-transform: uppercase; }
.ticker i { color: var(--purple); font-style: normal; }
@keyframes ticker { to { transform: translateX(-42%); } }

.section-index { margin: 0 0 22px; color: var(--purple); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-index.light { color: var(--gold-bright); }
.manifesto { position: relative; overflow: hidden; }
.manifesto::after { content: "✦"; position: absolute; right: 5%; bottom: 15px; color: rgba(218,160,23,.14); font-size: 170px; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.manifesto h2, .priorities h2, .journey h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(50px,5vw,78px); line-height: .98; letter-spacing: -.025em; }
.manifesto h2 { color: var(--purple); }
.manifesto h2 em { color: var(--gold); font-family: var(--serif); font-weight: 400; text-transform: none; }
.manifesto-copy { padding-top: 18px; }
.manifesto-copy p { color: var(--muted); }
.manifesto-copy .lead { color: var(--blue); font-family: var(--serif); font-size: 25px; font-weight: 700; line-height: 1.35; }
.inline-link { display: inline-flex; gap: 15px; margin-top: 22px; padding-bottom: 5px; color: var(--purple); border-bottom: 2px solid var(--gold); text-decoration: none; font-size: 12px; font-weight: 900; text-transform: uppercase; }

.community-photo { display: grid; grid-template-columns: 60% 40%; min-height: 580px; background: var(--blue); }
.community-image { overflow: hidden; }
.community-image img { height: 100%; object-fit: cover; object-position: center; }
.community-statement { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 58px 46px; color: var(--white); background: var(--blue); overflow: hidden; }
.community-statement::before { content: ""; position: absolute; width: 320px; height: 320px; top: -180px; right: -130px; border: 1px solid rgba(218,160,23,.45); border-radius: 50%; }
.community-statement p { margin: 0; color: var(--gold-bright); font-family: var(--serif); font-size: 25px; font-style: italic; }
.community-statement strong { max-width: 420px; font-family: var(--display); font-size: clamp(38px,4vw,60px); line-height: 1; text-transform: uppercase; }
.statement-star { position: absolute; top: 48px; left: 48px; color: var(--gold); font-size: 36px; }

.priorities { color: var(--white); background: var(--purple-deep); overflow: hidden; }
.priorities-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.priorities-heading > p { max-width: 390px; margin: 0 0 6px; color: rgba(255,255,255,.65); }
.priority-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.priority { min-height: 300px; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s, transform .25s; }
.priority:hover { z-index: 2; background: var(--blue); transform: translateY(-6px); }
.priority-top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 38px; }
.priority-top span { color: rgba(255,255,255,.32); font-family: var(--display); font-size: 18px; }
.priority-top svg { width: 48px; fill: none; stroke: var(--gold-bright); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.priority h3 { max-width: 320px; margin-bottom: 18px; font-family: var(--display); font-size: 31px; line-height: 1; text-transform: uppercase; }
.priority p { max-width: 310px; margin: 0; color: rgba(255,255,255,.63); font-size: 14px; }
.swipe-hint { display: none; }

.voice { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; background: var(--cream); }
.voice-image { overflow: hidden; }
.voice-image img { height: 100%; object-fit: cover; object-position: 55% center; }
.voice blockquote { position: relative; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 64px clamp(44px,7vw,96px); color: var(--purple); }
.voice blockquote > span { position: absolute; top: 45px; left: 55px; color: rgba(218,160,23,.28); font-family: var(--serif); font-size: 180px; line-height: 1; }
.voice blockquote p { position: relative; margin: 0 0 30px; font-family: var(--serif); font-size: clamp(38px,4.4vw,64px); font-weight: 700; line-height: 1.04; }
.voice blockquote footer { color: var(--gold); font-family: var(--script); font-size: 22px; }

.journey { background: var(--paper); }
.journey-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.journey-heading { position: sticky; top: 120px; align-self: start; }
.journey-heading h2 { color: var(--purple); }
.journey-heading > p:last-child { max-width: 480px; color: var(--muted); }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { position: relative; display: grid; grid-template-columns: 100px 1fr; gap: 26px; min-height: 120px; padding: 0 0 30px; }
.timeline li::before { content: ""; position: absolute; left: 49px; top: 38px; bottom: 0; width: 1px; background: rgba(218,160,23,.55); }
.timeline li:last-child::before { display: none; }
.timeline li > span { position: relative; z-index: 1; align-self: start; padding: 8px 10px; color: var(--purple); background: var(--paper); border: 1px solid var(--gold); font-family: var(--display); text-align: center; }
.timeline strong { color: var(--blue); font-family: var(--serif); font-size: 22px; }
.timeline p { margin: 7px 0 0; color: var(--muted); }

.final-cta { position: relative; padding: 105px 0; color: var(--white); background: var(--purple); overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(218,160,23,.33); border-radius: 50%; }
.final-cta::before { width: 560px; height: 560px; left: -330px; top: -360px; }
.final-cta::after { width: 420px; height: 420px; right: -250px; bottom: -280px; }
.final-star { position: absolute; right: 12%; top: 55px; color: var(--gold); font-size: 56px; }
.final-inner { position: relative; z-index: 2; text-align: center; }
.final-inner > p { margin: 0 0 20px; color: var(--gold-bright); font-family: var(--serif); font-size: 22px; font-style: italic; }
.final-cta h2 { max-width: 840px; margin-inline: auto; margin-bottom: 30px; font-size: clamp(56px,6.4vw,90px); }
.final-inner > div { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 30px; }
.social-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); text-decoration: none; font-weight: 750; }
.social-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.social-link .icon-dot { fill: currentColor; stroke: none; }
.social-link:hover { color: var(--white); }

.site-footer { color: rgba(255,255,255,.7); background: var(--blue); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 40px; padding-top: 55px; padding-bottom: 55px; }
.footer-brand { color: var(--white); font-family: var(--display); font-size: 38px; line-height: .85; }
.footer-brand em { color: var(--gold-bright); font-family: var(--script); font-size: 30px; font-weight: 400; }
.footer-brand small { display: block; margin-top: 11px; color: rgba(255,255,255,.6); font-family: var(--body); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid p { margin: 0; font-size: 11px; }
.footer-grid > a { justify-self: end; color: var(--white); font-size: 11px; text-underline-offset: 6px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal-late { transition-delay: .13s; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 220px 1fr 160px; padding-inline: 24px; }
  .desktop-nav { gap: 24px; }
  .hero { grid-template-columns: 54% 46%; }
  .hero-copy-inner { width: calc(100% - 56px); }
  h1 { font-size: clamp(61px,7.6vw,80px); }
  .manifesto-grid, .journey-grid { gap: 48px; }
  .community-photo { grid-template-columns: 56% 44%; }
}

@media (max-width: 820px) {
  .section { padding: 70px 0; }
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .site-header.scrolled { height: 70px; }
  .brand { transform: scale(.82); transform-origin: left center; margin-right: -40px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { position: relative; z-index: 102; display: grid; place-content: center; gap: 7px; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--purple); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; color: var(--white); background: var(--purple-deep); opacity: 0; visibility: hidden; transform: translateY(-16px); transition: opacity .25s, visibility .25s, transform .25s; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav a { color: var(--white); font-family: var(--display); font-size: 36px; text-decoration: none; text-transform: uppercase; }
  .menu-button[aria-expanded="true"] span:not(.sr-only) { background: var(--white); }
  .hero { grid-template-columns: 1fr; padding-top: 78px; }
  .hero-copy { min-height: 610px; }
  .hero-copy-inner { width: min(calc(100% - 48px),620px); padding: 52px 0 130px; }
  .hero-image { height: 620px; }
  .hero-image > img { object-position: 50% 35%; }
  .vote-ticket { left: 28px; bottom: 70px; }
  .hero-note { right: 30px; bottom: 28px; }
  .manifesto-grid, .journey-grid { grid-template-columns: 1fr; }
  .manifesto-copy { padding-top: 0; }
  .community-photo, .voice { grid-template-columns: 1fr; }
  .community-photo { min-height: 0; }
  .community-image { height: 430px; }
  .community-statement { min-height: 350px; }
  .priorities-heading { grid-template-columns: 1fr; gap: 25px; }
  .priority-list { grid-template-columns: repeat(2,1fr); }
  .voice-image { height: 440px; }
  .voice blockquote { min-height: 420px; }
  .journey-heading { position: static; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 32px),var(--wrap)); }
  .site-header { padding-inline: 14px; }
  .brand { transform: scale(.72); margin-right: -60px; }
  .hero-copy { min-height: 590px; }
  .hero-copy-inner { width: calc(100% - 32px); padding-top: 42px; }
  h1 { font-size: 54px; }
  .hero-text { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof div { padding: 18px 10px; text-align: center; }
  .hero-proof strong { font-size: 20px; }
  .hero-proof span { display: block; font-size: 8px; line-height: 1.3; }
  .hero-image { height: 500px; }
  .vote-ticket { left: 18px; bottom: 52px; width: 156px; }
  .vote-ticket strong { font-size: 44px; }
  .hero-note { max-width: 190px; font-size: 14px; }
  .manifesto h2, .priorities h2, .journey h2 { font-size: 46px; }
  .manifesto-copy .lead { font-size: 21px; }
  .community-image { height: 330px; }
  .community-statement { min-height: 310px; padding: 45px 28px; }
  .statement-star { top: 32px; left: 28px; }
  .priority-list { display: flex; width: calc(100vw - 16px); margin-right: -16px; overflow-x: auto; scroll-snap-type: x mandatory; border-left: 0; scrollbar-width: none; }
  .priority-list::-webkit-scrollbar { display: none; }
  .priority { flex: 0 0 84vw; min-height: 330px; scroll-snap-align: start; border-left: 1px solid rgba(255,255,255,.14); }
  .swipe-hint { display: block; color: rgba(255,255,255,.55); font-size: 11px; text-align: center; }
  .voice-image { height: 330px; }
  .voice blockquote { min-height: 370px; padding: 52px 30px; }
  .voice blockquote > span { left: 22px; }
  .voice blockquote p { font-size: 38px; }
  .timeline li { grid-template-columns: 76px 1fr; gap: 18px; }
  .timeline li::before { left: 37px; }
  .timeline strong { font-size: 18px; }
  .final-cta { padding: 80px 0; }
  .final-cta h2 { font-size: 56px; }
  .final-inner > div { display: grid; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-grid > a { justify-self: start; }
}

@media (max-width: 420px) {
  h1 { font-size: 46px; }
  .hero-copy { min-height: 570px; }
  .hero-copy-inner { padding-top: 36px; }
}

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