:root {
  --navy: #07152d;
  --blue: #123c8c;
  --orange: #f36f21;
  --gold: #ffb11b;
  --cream: #fff7e9;
  --paper: #f5f0e7;
  --ink: #0d1b30;
  --muted: #5d6570;
  --line: rgba(7, 21, 45, 0.14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(3, 12, 29, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.62; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -60px; background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 20; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.14); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.08rem; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; display: block; object-fit: cover; border: 2px solid rgba(255,255,255,.65); border-radius: 50%; box-shadow: 0 6px 18px rgba(0,0,0,.18); }
.brand-mark + span { white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 650; }
.nav-links > a:not(.button) { opacity: .82; }
.nav-links > a:hover { opacity: 1; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; border-radius: 50px; padding: 8px 15px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 0; border-radius: 999px; background: var(--orange); color: white; font-size: .92rem; font-weight: 800; cursor: pointer; box-shadow: 0 9px 26px rgba(243,111,33,.25); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #db5810; }
.button-small { min-height: 42px; padding-inline: 19px; }
.button-dark { background: var(--navy); box-shadow: none; }
.button-dark:hover { background: var(--blue); }
.button-ghost { color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: white; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.dark-link { color: var(--ink); border-color: rgba(7,21,45,.3); }

.hero { min-height: 790px; position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero-art { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,21,45,.18), rgba(7,21,45,0)), url("assets/hero-pernambuco.png") center/cover; }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -120px; top: 140px; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.02); }
.hero-grid { position: relative; z-index: 2; min-height: 790px; padding-top: 142px; padding-bottom: 70px; display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 72px; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 900; }
.eyebrow.dark { color: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Poppins", ui-sans-serif, system-ui, sans-serif; font-weight: 800; letter-spacing: -.055em; line-height: 1.02; }
h1 { margin-bottom: 28px; font-size: clamp(3.2rem, 6vw, 6rem); }
h1 em { color: var(--gold); font-style: normal; font-weight: 800; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.microcopy { margin-top: 30px; color: rgba(255,255,255,.5); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }

.candidate-card { justify-self: end; width: min(100%, 410px); transform: rotate(2deg); filter: drop-shadow(0 30px 50px rgba(0,0,0,.25)); }
.portrait-crop { height: 480px; overflow: hidden; border: 6px solid white; border-bottom: 0; background: var(--blue); border-radius: 160px 160px 0 0; }
.portrait-crop img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.candidate-strip { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 16px 20px 16px 25px; background: white; color: var(--navy); }
.candidate-strip div:first-child { display: flex; flex-direction: column; text-transform: uppercase; line-height: .9; font-size: 1.15rem; }
.candidate-strip div:first-child strong { font-size: 2.1rem; color: var(--orange); }
.number { display: flex; align-items: center; gap: 7px; }
.number span { font-size: .64rem; text-transform: uppercase; font-weight: 900; }
.number strong { color: var(--orange); font-size: 3.2rem; line-height: 1; }
.number .number-pending { font-size: inherit; }
.validation-note { margin: 0; padding: 7px 12px; text-align: center; color: white; background: #a84018; font-size: .67rem; font-weight: 700; }
.validation-note.confirmed { background: #176847; }

.trust-bar { position: relative; z-index: 4; margin-top: -1px; background: var(--orange); color: white; }
.trust-grid { min-height: 96px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid p { margin: 0; padding: 8px 34px; font-weight: 800; text-align: center; border-right: 1px solid rgba(255,255,255,.3); }
.trust-grid p:last-child { border: 0; }
.trust-grid span { display: block; color: rgba(255,255,255,.62); font-size: .68rem; letter-spacing: .13em; }

.section { padding: 115px 0; }
.section-heading h2, .social h2, .transparency h2 { margin-bottom: 26px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.story { background: var(--paper); }
.story-intro { display: grid; grid-template-columns: .85fr 1fr; gap: 110px; }
.story-kicker { max-width: 520px; color: var(--muted); font-size: 1rem; }
.story-copy { padding-top: 55px; font-size: .98rem; color: var(--muted); }
.story-copy .lead { color: var(--ink); font-size: 1.25rem; }
.story-copy .text-link { margin-top: 20px; }
.story-quote { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; overflow: hidden; margin: 72px 0; padding: 30px 42px; color: white; background: var(--navy); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(7,21,45,.13); }
.story-quote::after { content: ""; position: absolute; width: 190px; height: 190px; right: -65px; border: 35px solid rgba(255,255,255,.04); border-radius: 50%; }
.quote-heading { position: relative; z-index: 1; display: flex; max-width: 150px; flex-direction: column; gap: 8px; color: rgba(255,255,255,.58); font-size: .65rem; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.story-quote .quote-mark { position: relative; z-index: 1; color: var(--gold); font-size: 4.6rem; font-weight: 800; line-height: .75; }
.story-quote p { position: relative; z-index: 1; margin: 0; font-size: clamp(1.55rem, 3vw, 2.55rem); font-weight: 800; letter-spacing: -.04em; }
.story-quote footer { position: relative; z-index: 1; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.story-values { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 72px; }
.values-copy h3 { margin: 0 0 22px; font-size: clamp(2rem, 3.5vw, 3.25rem); letter-spacing: -.05em; line-height: 1.08; }
.values-copy > p:not(.eyebrow) { color: var(--muted); }
.profile-card { padding: 34px; background: #fff; border: 1px solid rgba(7,21,45,.08); border-radius: var(--radius); box-shadow: 0 18px 50px rgba(7,21,45,.08); }
.profile-label { margin-bottom: 7px; color: var(--blue); font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.profile-intro { margin-bottom: 22px; color: var(--muted); font-size: .85rem; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.profile-item { display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; background: #fbfaf7; font-size: .82rem; line-height: 1.35; }
.profile-item span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; background: var(--cream); border-radius: 11px; font-size: 1.15rem; }
.profile-item strong { font-weight: 700; }
.story-signature { display: grid; grid-template-columns: .3fr 1fr auto; align-items: center; gap: 34px; margin-top: 72px; padding-top: 32px; border-top: 1px solid var(--line); }
.story-signature > span { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.story-signature p { margin: 0; color: var(--muted); font-size: .9rem; }
.story-signature p strong { color: var(--ink); }
.story-signature .text-link { flex-shrink: 0; font-size: .86rem; }

.field-gallery { overflow: hidden; background: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 90px; margin-bottom: 52px; }
.gallery-heading h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.gallery-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 1.03rem; }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 300px 300px; gap: 16px; }
.photo { position: relative; overflow: hidden; margin: 0; border-radius: 20px; background: var(--navy); }
.photo::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(3,11,26,.82)); pointer-events: none; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.photo:hover img { transform: scale(1.035); }
.photo figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; flex-direction: column; color: white; line-height: 1.25; }
.photo figcaption span { margin-bottom: 5px; color: var(--gold); font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.photo figcaption strong { font-size: .93rem; }
.photo-main { grid-column: span 5; grid-row: span 2; }
.photo-community { grid-column: span 4; }
.photo-event { grid-column: span 3; }
.photo-support { grid-column: span 3; }
.photo-dialogue { grid-column: span 2; }
.photo-speech { grid-column: span 2; }
.photo-main img { object-position: center 45%; }
.photo-community img { object-position: center 45%; }
.photo-event img { object-position: center 36%; }
.photo-support img { object-position: center 32%; }
.photo-dialogue img { object-position: center 30%; }
.photo-speech img { object-position: center 35%; }

.commitments { color: white; background: var(--navy); }
.centered { max-width: 720px; margin: 0 auto 55px; text-align: center; }
.centered > p:last-child { color: rgba(255,255,255,.65); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.commitment-card { position: relative; min-height: 370px; padding: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.045); transition: transform .25s, background .25s; }
.commitment-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.08); }
.card-number { color: rgba(255,255,255,.4); font-size: .7rem; letter-spacing: .15em; }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 50px 0 23px; color: var(--navy); background: var(--gold); border-radius: 18px; font-size: 1.6rem; }
.commitment-card h3 { margin-bottom: 15px; font-size: 1.45rem; }
.commitment-card p { color: rgba(255,255,255,.65); font-size: .94rem; }
.commitment-card a { position: absolute; bottom: 30px; color: var(--gold); font-weight: 750; font-size: .86rem; }

.social { background: var(--cream); }
.social-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 110px; }
.social-copy > p:not(.eyebrow) { color: var(--muted); max-width: 570px; }
.social-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.instagram-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.instagram-card > img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: center 72%; }
.insta-top, .insta-bottom { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; font-size: .82rem; }
.insta-top { justify-content: flex-start; gap: 11px; }
.insta-top > span:last-child { margin-left: auto; }
.avatar { width: 36px; height: 36px; display: block; object-fit: cover; border: 2px solid var(--orange); border-radius: 50%; }

.transparency { color: white; background: var(--blue); }
.transparency-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.checklist { border-top: 1px solid rgba(255,255,255,.2); }
.checklist p { display: flex; gap: 14px; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-weight: 700; }
.checklist span { color: var(--gold); }

.signup { background: var(--paper); }
.signup-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 95px; }
.section-heading > p:last-child { color: var(--muted); }
.signup-form { padding: 36px; background: white; border-radius: var(--radius); box-shadow: 0 20px 50px rgba(7,21,45,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-form label:not(.consent) { display: block; margin-bottom: 16px; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.signup-form input:not([type="checkbox"]) { width: 100%; height: 52px; margin-top: 7px; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; outline: none; background: #fbfaf7; text-transform: none; letter-spacing: normal; }
.signup-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,60,140,.1); }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .75rem; }
.consent input { margin-top: 4px; accent-color: var(--blue); }
.consent button { padding: 0; border: 0; background: none; text-decoration: underline; cursor: pointer; }
.submit-button { width: 100%; margin-top: 20px; }
.form-status { min-height: 22px; margin: 12px 0 0; font-size: .82rem; font-weight: 700; }
.instagram-contact-card { display: flex; min-height: 410px; flex-direction: column; align-items: flex-start; justify-content: center; }
.instagram-contact-card > img { width: 78px; height: 78px; margin-bottom: 24px; object-fit: cover; border: 4px solid white; border-radius: 50%; box-shadow: 0 0 0 3px var(--orange), 0 12px 28px rgba(7,21,45,.15); }
.instagram-contact-card .eyebrow { margin-bottom: 9px; }
.instagram-contact-card h3 { margin-bottom: 12px; font-size: 1.65rem; letter-spacing: -.035em; }
.instagram-contact-card > p:not(.eyebrow) { color: var(--muted); }
.instagram-contact-card small { align-self: center; margin-top: 13px; color: var(--muted); font-size: .72rem; }

.site-footer { padding: 65px 0 24px; color: rgba(255,255,255,.7); background: #040d1c; font-size: .82rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid strong { color: white; margin-bottom: 5px; }
.footer-grid button { width: fit-content; padding: 0; color: inherit; border: 0; background: none; cursor: pointer; }
.footer-brand { color: white; align-self: start; }
.legal-line { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .65rem; }

.cookie-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 1100px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 24px; color: white; background: #101b2d; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; max-width: 650px; font-size: .82rem; }
.cookie-banner > div { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-banner .button { min-height: 42px; padding-inline: 17px; font-size: .76rem; }
.modal { width: min(650px, calc(100% - 30px)); max-height: 80vh; padding: 38px; border: 0; border-radius: 22px; box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(3,10,23,.78); backdrop-filter: blur(4px); }
.modal-close { position: absolute; top: 12px; right: 15px; border: 0; background: none; font-size: 2rem; cursor: pointer; }
.modal h2 { padding-right: 30px; font-size: 2.2rem; }
.modal p, .modal li { color: var(--muted); font-size: .9rem; }
.modal h3 { margin: 25px 0 8px; font-size: 1rem; }
.modal a { color: var(--blue); text-decoration: underline; }
.policy-date { color: var(--muted); font-size: .75rem !important; }
.preference-box { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin: 14px 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #f8f7f3; }
.preference-box p { margin: 4px 0 0; font-size: .78rem; }
.preference-box input { width: 21px; height: 21px; flex: 0 0 auto; accent-color: var(--blue); }
.preference-box input:disabled { opacity: 1; }
.cookie-save { width: 100%; margin-top: 12px; }
.cookie-status { min-height: 20px; margin: 9px 0 0 !important; color: #176847 !important; font-weight: 700; text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-links { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 25px 20px 35px; background: var(--navy); }
  .nav-links.open { display: flex; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 155px; text-align: center; }
  .hero-copy { margin: auto; }
  .hero-actions { justify-content: center; }
  .candidate-card { justify-self: center; width: min(360px, 90vw); }
  .story-intro, .story-values, .social-grid, .transparency-grid, .signup-grid { grid-template-columns: 1fr; gap: 45px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 20px; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 430px repeat(2, 260px); }
  .photo-main { grid-column: span 2; grid-row: span 1; }
  .photo-community, .photo-event, .photo-support, .photo-dialogue, .photo-speech { grid-column: span 1; }
  .photo-speech { display: none; }
  .story-copy { padding-top: 0; }
  .story-quote { margin: 55px 0; }
  .story-signature { grid-template-columns: 1fr; gap: 18px; }
  .social-grid { text-align: center; }
  .social-copy > p { margin-inline: auto; }
  .social-actions { justify-content: center; }
  .instagram-card { max-width: 470px; margin: auto; }
  .cards { grid-template-columns: 1fr; }
  .commitment-card { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav { min-height: 72px; }
  .nav-links { top: 72px; }
  .hero-grid { min-height: auto; padding-top: 130px; padding-bottom: 55px; }
  h1 { font-size: 3.25rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions, .social-actions { flex-direction: column; }
  .portrait-crop { height: 400px; }
  .candidate-strip { min-height: 92px; }
  .candidate-strip div:first-child strong { font-size: 1.6rem; }
  .number strong { font-size: 2.4rem; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid p { padding: 10px; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .section { padding: 82px 0; }
  .story-quote { grid-template-columns: 1fr; gap: 14px; padding: 28px 24px; }
  .quote-heading { max-width: none; flex-direction: row; align-items: center; }
  .quote-heading .quote-mark { font-size: 3.2rem; }
  .story-quote footer { grid-column: 1; }
  .profile-card { padding: 22px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-item { min-height: 64px; }
  .photo-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .photo { flex: 0 0 82vw; height: 460px; scroll-snap-align: center; }
  .photo-speech { display: block; }
  .section-heading h2, .social h2, .transparency h2 { font-size: 2.8rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .signup-form { padding: 24px; }
  .instagram-contact-card { min-height: 380px; align-items: center; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .legal-line { display: block; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-banner > div { flex-direction: column; }
}

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