@import url("design-system/styles.css");

:root { scroll-behavior: smooth; }
body { min-width: 320px; overflow-x: clip; background: var(--azul); }
img { display: block; max-width: 100%; }
button { font: inherit; }
a { transition: color .2s ease, background .2s ease, transform .2s ease; }
.shell { width: min(100% - 48px, 1240px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 1000; top: -60px; left: 20px; padding: 12px 20px; background: var(--amarelo); color: var(--preto); font-weight: 800; }
.skip-link:focus { top: 12px; }
.eyebrow { font: 800 12px/1.2 Archivo, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 14px 25px; border: 2px solid transparent; border-radius: 100px; text-decoration: none; text-transform: uppercase; font: 900 13px/1.1 Archivo, sans-serif; letter-spacing: .025em; cursor: pointer; }
.button:hover:not(:disabled) { transform: translateY(-3px); }
.button-yellow { background: var(--amarelo); color: var(--azul-profundo); box-shadow: 6px 6px 0 var(--azul-profundo); }
.button-yellow:hover { background: var(--creme); color: var(--azul); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 80; background: var(--azul); border-bottom: 2px solid rgba(245,233,210,.25); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--creme); text-decoration: none; white-space: nowrap; }
.brand:hover { color: var(--creme); }
.brand-symbol { width: 46px; height: 46px; border-radius: 11px; object-fit: cover; }
.brand-caption { display: flex; align-items: baseline; gap: 5px; font: 700 12px/1.2 Archivo, sans-serif; letter-spacing: -.02em; }
.brand-caption strong { color: var(--amarelo); font-weight: 900; }
.brand-separator { opacity: .5; margin-inline: 3px; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { color: var(--creme); text-decoration: none; font: 800 12px/1.2 Archivo, sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.site-nav a:hover { color: var(--amarelo); }
.site-nav .nav-cta { padding: 13px 18px; color: var(--azul); background: var(--amarelo); border-radius: 100px; }
.site-nav .nav-cta:hover { color: var(--azul); background: var(--creme); }
.menu-toggle { display: none; }

/* Hero */
.hero { position: relative; overflow: hidden; color: var(--creme); background: var(--azul); }
.hero-rays { position: absolute; inset: 0; opacity: .065; background: repeating-conic-gradient(from 0deg at 77% 44%, var(--creme) 0 2deg, transparent 2deg 21deg); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; min-height: 690px; padding-block: 88px 60px; }
.hero-copy { z-index: 4; padding-bottom: 20px; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--amarelo); margin-bottom: 31px; }
.eyebrow-line { width: 36px; height: 2px; background: currentColor; }
.hero h1 { position: relative; color: var(--creme); max-width: 750px; font: 900 clamp(66px, 7.7vw, 120px)/.84 Archivo, sans-serif; font-variation-settings: "wdth" 125; letter-spacing: -.078em; text-shadow: 5px 6px 0 var(--azul-profundo); }
.hero h1 em { display: block; padding-left: .56em; color: var(--amarelo); font: 400 .72em/.87 Yellowtail, cursive; letter-spacing: -.04em; text-transform: none; text-shadow: 4px 5px 0 var(--azul-profundo); transform: rotate(-5deg); }
.hero h1 > span { display: block; }
.period { color: var(--laranja); }
.hero-intro { max-width: 530px; margin-top: 37px; font: 500 clamp(17px, 1.6vw, 21px)/1.48 Saira, sans-serif; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 31px; }
.text-link { color: var(--creme); font: 800 12px/1.3 Archivo, sans-serif; text-transform: uppercase; text-decoration: none; letter-spacing: .04em; border-bottom: 2px solid var(--creme); padding-bottom: 7px; }
.text-link:hover { color: var(--amarelo); border-color: var(--amarelo); }
.hero-vote { display: flex; align-items: center; gap: 26px; margin-top: 65px; }
.hero-vote > div { display: grid; gap: 5px; }
.hero-vote > div > span { color: var(--creme); opacity: .8; font: 700 10px/1.1 Archivo, sans-serif; letter-spacing: .09em; }
.hero-vote strong { color: var(--creme); font: 900 clamp(15px, 1.5vw, 20px)/1 Archivo, sans-serif; }
.hero-vote b { color: var(--amarelo); font-weight: 900; }
.vote-divider { width: 2px; height: 35px; background: rgba(245,233,210,.35); }
.hero-art { position: relative; width: 100%; min-height: 590px; align-self: stretch; }
.hero-circle { position: absolute; border-radius: 50%; left: 43%; top: 43%; transform: translate(-50%,-50%); }
.circle-one { width: 600px; height: 600px; background: var(--vermelho); }
.circle-two { width: 515px; height: 515px; background: var(--amarelo); }
.circle-three { width: 430px; height: 430px; background: var(--laranja); }
.hero-renato { position: absolute; width: min(77%, 490px); height: 540px; left: 7%; bottom: -60px; transform: rotate(-6deg); border: 8px solid var(--creme); border-radius: 34px 34px 0 0; overflow: hidden; box-shadow: 20px 20px 0 var(--azul-profundo); }
.hero-renato img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-vinicius { position: absolute; width: 230px; height: 260px; right: -1%; bottom: 6%; transform: rotate(8deg); border: 7px solid var(--creme); border-radius: 21px; overflow: hidden; box-shadow: 11px 11px 0 var(--azul-profundo); background: var(--creme); }
.hero-vinicius img { width: 100%; height: calc(100% - 43px); object-fit: cover; object-position: 42% center; }
.hero-vinicius > span { display: block; height: 43px; padding: 9px 11px; color: var(--creme); background: var(--azul-profundo); font: 900 14px/1.4 Archivo, sans-serif; white-space: nowrap; }
.hero-vinicius b { color: var(--amarelo); }
.hero-sticker { position: absolute; width: 112px; right: 0; top: 12px; transform: rotate(14deg); filter: drop-shadow(8px 9px 0 var(--azul-profundo)); }
.hero-bottom { position: relative; display: flex; justify-content: space-around; gap: 24px; padding: 18px 24px; border-top: 1px solid rgba(245,233,210,.28); color: rgba(245,233,210,.73); font: 800 10px/1.2 Archivo, sans-serif; letter-spacing: .18em; }
.marquee { overflow: hidden; padding: 17px 0 13px; background: var(--laranja); border-top: 3px solid var(--creme); border-bottom: 3px solid var(--creme); }
.marquee-track { width: max-content; color: var(--creme); font: 900 23px/1 Archivo, sans-serif; letter-spacing: -.04em; white-space: nowrap; transform: translateX(-5%); }
.marquee-track span { color: var(--amarelo); padding-inline: 18px; }

/* Shared sections */
.section { padding-block: 110px; }
.section-heading { margin-bottom: 50px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading h2 { font: 900 clamp(45px, 5.1vw, 78px)/.93 Archivo, sans-serif; font-variation-settings: "wdth" 120; letter-spacing: -.065em; }
.section-heading h2 span { color: var(--amarelo); }
.section-heading > p:last-child { max-width: 610px; margin-top: 22px; font: 500 17px/1.56 Saira, sans-serif; }
.section-heading.light { color: var(--creme); }
.section-heading.light h2 { color: var(--creme); }

/* Candidates */
.candidates { color: var(--creme); background: var(--azul-profundo); }
.candidates .eyebrow { color: var(--ciano); }
.candidate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.candidate-card { display: grid; grid-template-columns: 43% 57%; min-height: 440px; border: 2px solid var(--creme); border-radius: 27px; overflow: hidden; background: var(--azul); }
.candidate-vinicius { background: var(--laranja); }
.candidate-photo { position: relative; overflow: hidden; }
.candidate-photo img { width: 100%; height: 100%; object-fit: cover; }
.renato-photo img { object-position: 42% center; }
.vinicius-photo img { object-position: 37% center; }
.photo-credit { position: absolute; inset: auto 0 0; padding: 8px 7px; color: var(--creme); background: rgba(28,28,28,.65); text-align: center; font: 700 8px/1.2 Archivo, sans-serif; letter-spacing: .05em; }
.candidate-info { display: flex; flex-direction: column; padding: 32px 27px 26px; }
.small-label { align-self: start; padding: 7px 10px; color: var(--azul-profundo); background: var(--amarelo); border-radius: 100px; font: 900 10px/1 Archivo, sans-serif; letter-spacing: .06em; }
.candidate-info h3 { margin-top: 25px; color: var(--creme); font: 900 clamp(26px, 2.7vw, 40px)/.94 Archivo, sans-serif; font-variation-settings: "wdth" 120; letter-spacing: -.06em; overflow-wrap: anywhere; }
.candidate-info p { margin-top: 23px; color: var(--creme); font: 500 14px/1.55 Saira, sans-serif; }
.candidate-foot { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin-top: auto; padding-top: 28px; }
.candidate-foot strong { color: var(--amarelo); font: 900 40px/.9 Archivo, sans-serif; letter-spacing: -.07em; }
.candidate-foot a { color: var(--creme); font: 800 10px/1.25 Archivo, sans-serif; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid currentColor; padding-bottom: 4px; }
.candidate-foot a:hover { color: var(--amarelo); }
.section-note { max-width: 1000px; margin-top: 22px; color: rgba(245,233,210,.72); font: 400 11px/1.5 Saira, sans-serif; }
.section-note a { color: var(--creme); }

/* Issues */
.issues { color: var(--creme); background: var(--laranja); }
.issues-heading .eyebrow { color: var(--azul-profundo); }
.issues-heading h2 { color: var(--creme); }
.issues-heading h2 em { display: inline-block; margin-right: .16em; color: var(--amarelo); font: 400 .96em Yellowtail, cursive; text-transform: none; letter-spacing: -.04em; }
.issues-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.issue-card { display: flex; flex-direction: column; min-height: 430px; padding: 22px; border: 2px solid var(--creme); border-radius: 22px; box-shadow: 7px 7px 0 var(--laranja-escuro); }
.issue-blue { color: var(--creme); background: var(--azul); }
.issue-cream { color: var(--azul-profundo); background: var(--creme); border-color: var(--azul-profundo); }
.issue-orange { color: var(--creme); background: var(--vermelho); }
.issue-yellow { color: var(--azul-profundo); background: var(--amarelo); border-color: var(--azul-profundo); }
.issue-top { display: flex; justify-content: space-between; align-items: center; gap: 8px; font: 900 13px/1 Archivo, sans-serif; }
.issue-tag { padding: 8px 10px; border: 1px solid currentColor; border-radius: 100px; font-size: 9px; letter-spacing: .07em; }
.issue-icon { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-top: 30px; border: 2px solid currentColor; border-radius: 50%; font: 900 33px/1 Archivo, sans-serif; }
.issue-card h3 { margin-top: 22px; color: inherit; font: 900 clamp(21px, 1.9vw, 27px)/.98 Archivo, sans-serif; font-variation-settings: "wdth" 95; letter-spacing: -.065em; overflow-wrap: anywhere; }
.issue-card p { margin-top: 15px; font: 500 13px/1.55 Saira, sans-serif; }
.issue-card a { align-self: start; margin-top: auto; padding-top: 22px; color: inherit; font: 900 11px/1.2 Archivo, sans-serif; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid currentColor; }
.issue-card a:hover { opacity: .7; }
.issues-disclaimer { max-width: 920px; margin-top: 27px; color: var(--creme); font: 500 12px/1.55 Saira, sans-serif; }

/* Work */
.work { color: var(--azul-profundo); background: var(--amarelo); }
.work-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.work-intro { position: relative; }
.work-intro .eyebrow { margin-bottom: 22px; }
.work-intro h2 { color: var(--azul-profundo); font: 900 clamp(43px, 4.5vw, 69px)/.94 Archivo, sans-serif; font-variation-settings: "wdth" 120; letter-spacing: -.065em; }
.work-intro h2 span { color: var(--vermelho); }
.work-intro > p:not(.eyebrow) { max-width: 365px; margin-top: 22px; font: 500 16px/1.55 Saira, sans-serif; }
.work-intro img { width: 125px; margin-top: 42px; transform: rotate(12deg); }
.work-list { border-top: 2px solid var(--azul-profundo); }
.work-list article { padding: 25px 0 32px; border-bottom: 2px solid var(--azul-profundo); }
.work-number { font: 900 11px/1.2 Archivo, sans-serif; letter-spacing: .1em; }
.work-list h3 { margin-top: 17px; color: var(--azul-profundo); font: 900 clamp(26px, 2.6vw, 36px)/1 Archivo, sans-serif; letter-spacing: -.055em; }
.work-list p { max-width: 590px; margin-top: 13px; font: 500 15px/1.55 Saira, sans-serif; }
.work-list a { display: inline-block; margin-top: 15px; color: var(--azul-profundo); font: 900 11px/1.2 Archivo, sans-serif; text-decoration: none; text-transform: uppercase; border-bottom: 2px solid currentColor; }

/* Media */
.media-section { background: var(--azul); color: var(--creme); }
.media-heading .eyebrow { color: var(--amarelo); }
.video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px; }
.video-card { border: 2px solid var(--creme); border-radius: 23px; overflow: hidden; background: var(--azul-profundo); }
.video-frame { position: relative; aspect-ratio: 16/9; background: var(--preto); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-meta { padding: 23px 25px 26px; }
.video-meta > span { color: var(--amarelo); font: 900 10px/1.2 Archivo, sans-serif; letter-spacing: .1em; }
.video-meta h3 { margin-top: 12px; color: var(--creme); font: 900 clamp(22px, 2.3vw, 31px)/1 Archivo, sans-serif; letter-spacing: -.04em; }
.video-meta p { margin-top: 10px; font: 500 13px/1.5 Saira, sans-serif; }
.video-meta a { display: inline-block; margin-top: 17px; color: var(--creme); font: 800 11px/1.2 Archivo, sans-serif; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid currentColor; }
.video-meta a:hover { color: var(--amarelo); }
.photo-strip { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px; margin-top: 30px; }
.photo-strip figure { margin: 0; }
.photo-strip img { width: 100%; height: 280px; object-fit: cover; border: 2px solid var(--creme); border-radius: 22px; }
.photo-strip figure:first-child img { object-position: center 56%; }
.photo-strip figcaption { margin-top: 9px; color: rgba(245,233,210,.75); font: 500 11px/1.4 Saira, sans-serif; }

/* Join and footer */
.join { overflow: hidden; padding-block: 95px; background: var(--vermelho); color: var(--creme); }
.join-inner { display: grid; grid-template-columns: 1fr 280px; align-items: center; gap: 30px; }
.join h2 { margin-top: 20px; color: var(--creme); font: 900 clamp(55px, 6.5vw, 96px)/.88 Archivo, sans-serif; font-variation-settings: "wdth" 120; letter-spacing: -.065em; text-shadow: 6px 7px 0 var(--vermelho-escuro); }
.join h2 em { color: var(--amarelo); font: 400 .92em Yellowtail, cursive; text-transform: none; letter-spacing: -.04em; }
.join p:not(.eyebrow) { max-width: 580px; margin-top: 23px; font: 500 17px/1.55 Saira, sans-serif; }
.join-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button-disabled { color: var(--azul-profundo); background: var(--amarelo); cursor: not-allowed; opacity: 1; }
.button-outline { color: var(--creme); background: transparent; border-color: var(--creme); }
.button-outline:hover { color: var(--vermelho); background: var(--creme); }
.join-inner > img { width: 100%; transform: rotate(9deg); filter: drop-shadow(12px 14px 0 var(--vermelho-escuro)); }
.site-footer { padding-block: 52px 24px; color: var(--creme); background: var(--azul-profundo); }
.footer-main { display: flex; justify-content: space-between; gap: 30px; }
.footer-logo { display: inline-block; text-decoration: none; }
.footer-logo img { width: 60px; height: 60px; border-radius: 13px; }
.footer-main p { margin-top: 18px; font: 600 11px/1.8 Archivo, sans-serif; letter-spacing: .03em; }
.footer-main p strong { color: var(--amarelo); }
.footer-links { display: grid; grid-template-columns: repeat(2,max-content); gap: 12px 31px; align-content: center; }
.footer-links a, .footer-bottom a { color: var(--creme); font: 800 11px/1.2 Archivo, sans-serif; text-transform: uppercase; text-decoration: none; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--amarelo); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 47px; padding-top: 17px; border-top: 1px solid rgba(245,233,210,.25); color: rgba(245,233,210,.65); font: 700 10px/1.2 Archivo, sans-serif; letter-spacing: .07em; }

@media (max-width: 1100px) {
  .hero-grid { min-height: 630px; }
  .hero h1 { font-size: clamp(64px, 7.3vw, 92px); }
  .hero-art { min-height: 550px; }
  .circle-one { width: 520px; height: 520px; }
  .circle-two { width: 450px; height: 450px; }
  .circle-three { width: 375px; height: 375px; }
  .hero-renato { width: 80%; height: 510px; }
  .hero-vinicius { width: 190px; height: 225px; right: -5%; }
  .candidate-card { grid-template-columns: 40% 60%; }
  .candidate-info { padding: 25px 21px 22px; }
  .issues-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .issue-card { min-height: 350px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 34px, 600px); }
  .header-inner { min-height: 68px; }
  .brand-symbol { width: 43px; height: 43px; }
  .brand-caption { font-size: 10px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 45px; height: 45px; padding: 10px; color: var(--creme); background: transparent; border: 2px solid var(--creme); border-radius: 50%; cursor: pointer; }
  .menu-toggle span { width: 100%; height: 2px; background: currentColor; }
  .site-nav { display: none; position: absolute; top: 68px; right: 0; left: 0; padding: 21px 18px 25px; background: var(--azul-profundo); border-bottom: 2px solid var(--creme); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 10px; }
  .site-nav .nav-cta { align-self: start; margin-top: 10px; padding-inline: 22px; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 60px 0; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(64px, 11vw, 100px); }
  .hero-intro { margin-top: 27px; }
  .hero-vote { margin-top: 43px; }
  .hero-art { min-height: 560px; margin-top: 10px; }
  .hero-circle { left: 50%; top: 48%; }
  .hero-renato { left: 11%; width: 65%; max-width: 420px; height: 525px; }
  .hero-vinicius { width: 200px; height: 230px; right: 2%; bottom: 2%; }
  .hero-sticker { right: 5%; }
  .hero-bottom { justify-content: center; flex-wrap: wrap; }
  .hero-bottom span:nth-child(2) { display: none; }
  .section { padding-block: 80px; }
  .candidate-grid, .video-grid, .photo-strip, .issues-grid { grid-template-columns: 1fr; }
  .candidate-card { min-height: 405px; }
  .work-grid { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .work-intro img { display: none; }
  .join-inner { grid-template-columns: minmax(0,1fr); }
  .join-inner > img { width: 175px; justify-self: end; margin-top: -15px; }
}
@media (max-width: 520px) {
  .brand-caption { display: none; }
  .hero h1 { font-size: clamp(62px, 15.5vw, 82px); }
  .hero h1 em { padding-left: .35em; }
  .hero-intro { font-size: 16px; }
  .hero-actions { gap: 20px; }
  .hero-vote { gap: 13px; }
  .hero-vote > div > span { font-size: 8px; }
  .hero-vote strong { font-size: 14px; }
  .hero-art { min-height: 420px; }
  .circle-one { width: 390px; height: 390px; }
  .circle-two { width: 330px; height: 330px; }
  .circle-three { width: 275px; height: 275px; }
  .hero-renato { left: 9%; width: 69%; height: 390px; border-width: 6px; }
  .hero-vinicius { width: 150px; height: 178px; border-width: 5px; right: 0; }
  .hero-vinicius img { height: calc(100% - 35px); }
  .hero-vinicius > span { height: 35px; padding: 7px; font-size: 10px; }
  .hero-sticker { width: 85px; }
  .hero-bottom { font-size: 8px; }
  .marquee-track { font-size: 18px; }
  .section-heading h2 { font-size: clamp(34px, 10vw, 58px); }
  .section-heading > p:last-child { font-size: 15px; }
  .candidate-card { display: block; min-height: 0; }
  .candidate-photo { height: 285px; }
  .candidate-info { min-height: 325px; padding: 25px; }
  .candidate-info h3 { font-size: 36px; }
  .issues-grid { grid-template-columns: 1fr; }
  .issue-card { min-height: 325px; }
  .work-intro h2 { font-size: clamp(40px, 11vw, 50px); }
  .photo-strip img { height: 230px; }
  .join { padding-block: 70px; }
  .join h2 { font-size: clamp(44px, 12vw, 58px); }
  .join-actions { flex-direction: column; align-items: stretch; }
  .footer-main { flex-direction: column; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Aperibé no Controle: composição com os elementos do design system da campanha. */
h1, h2, h3 { word-spacing: .12em; text-wrap: balance; }
.header-inner { gap: 20px; }
.brand-name { color: var(--creme); font: 900 15px/1.1 Archivo, sans-serif; letter-spacing: -.01em; word-spacing: .2em; }
.header-candidates { display: flex; align-items: center; gap: 7px; }
.header-chip { padding: 7px 10px; border: 1px solid var(--creme); border-radius: 100px; color: var(--creme); font: 800 10px/1 Archivo, sans-serif; white-space: nowrap; }
.header-chip strong { margin-left: 4px; color: var(--amarelo); }
.site-nav { gap: 19px; }

.hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); min-height: 680px; padding-block: 86px 28px; }
.hero-copy { padding-bottom: 0; }
.hero h1 { max-width: 710px; font-size: clamp(45px,4.8vw,69px); line-height: .97; letter-spacing: -.01em; font-variation-settings: "wdth" 110; text-wrap: balance; }
.hero h1 span { color: var(--amarelo); }
.hero-script { max-width: 650px; margin-top: 11px; color: var(--amarelo); font: 400 clamp(32px,3.3vw,48px)/1.13 Yellowtail, cursive; text-shadow: 3px 4px 0 var(--azul-profundo); }
.hero-intro { max-width: 610px; margin-top: 29px; font-size: clamp(16px,1.4vw,19px); }
.hero-actions { margin-top: 27px; }
.hero-art { min-height: 570px; }
.hero-circle { left: 50%; top: 47%; }
.hero-photo-frame { position: absolute; width: min(82%,480px); aspect-ratio: 4/5; left: 9%; top: 2%; transform: rotate(-5deg); border: 8px solid var(--creme); border-radius: 34px; overflow: hidden; box-shadow: 19px 19px 0 var(--azul-profundo); }
.hero-candidate { position: absolute; top: 7%; width: 47%; aspect-ratio: 3/5; border: 7px solid var(--creme); border-radius: 27px; overflow: hidden; background: var(--azul-profundo); box-shadow: 15px 15px 0 var(--azul-profundo); }
.hero-candidate img { width: 100%; height: 100%; object-fit: cover; }
.hero-candidate > span { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px 12px; color: var(--creme); background: var(--azul-profundo); text-align: center; font: 900 clamp(15px,1.5vw,21px)/1 Archivo, sans-serif; word-spacing: .12em; white-space: nowrap; }
.hero-candidate > span strong { color: var(--amarelo); }
.hero-candidate-renato { left: 2%; transform: rotate(-5deg); }
.hero-candidate-vinicius { right: 2%; top: 11%; transform: rotate(5deg); }
.hero-candidate-vinicius img { object-position: 42% center; }
.hero-candidate-vinicius small { position: absolute; top: 9px; right: 8px; padding: 5px; color: var(--creme); background: var(--azul-profundo); font: 700 8px/1 Archivo, sans-serif; }
.photo-placeholder { display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; min-height: 100%; padding: 28px; background: var(--azul-escuro); color: var(--creme); }
.photo-placeholder-kicker { align-self: flex-start; padding: 8px 11px; border: 1px solid var(--creme); border-radius: 100px; font: 800 10px/1.2 Archivo, sans-serif; letter-spacing: .08em; }
.photo-placeholder strong { color: var(--amarelo); font: 900 clamp(28px,3vw,46px)/.95 Archivo, sans-serif; letter-spacing: -.01em; word-spacing: .12em; text-wrap: balance; }
.photo-placeholder small { font: 700 11px/1.2 Archivo, sans-serif; letter-spacing: .08em; }
.hero-places { position: relative; display: flex; justify-content: space-around; gap: 16px; padding-block: 18px; border-top: 1px solid var(--creme); color: var(--creme); font: 900 11px/1.2 Archivo, sans-serif; letter-spacing: .12em; }
@keyframes aperibe-marquee { from { transform: translateX(0); } to { transform: translateX(-35%); } }
.marquee-track { transform: none; letter-spacing: 0; word-spacing: .2em; animation: aperibe-marquee 32s linear infinite; }

.section-heading h2 { letter-spacing: -.01em; word-spacing: .12em; }
.people { color: var(--creme); background: var(--azul-profundo); }
.people .eyebrow, .why .eyebrow { color: var(--ciano); }
.people-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.person-card { display: flex; flex-direction: column; min-height: 0; background: var(--azul); }
.person-card:nth-child(2) { background: var(--laranja); }
.person-card:nth-child(3) { background: var(--vermelho); }
.person-card .candidate-photo { width: 100%; height: auto; aspect-ratio: 4/5; flex: none; border-bottom: 2px solid var(--creme); }
.person-card .candidate-photo .photo-placeholder { aspect-ratio: 4/5; }
.person-card:nth-child(2) .photo-placeholder { background: var(--laranja-escuro); }
.person-card:nth-child(3) .photo-placeholder { background: var(--vermelho-escuro); }
.person-card .candidate-info { flex: 1; min-height: 220px; padding: 27px; }
.person-card .candidate-info h3 { margin-top: 23px; color: var(--creme); font-size: clamp(25px,2.25vw,33px); line-height: 1; letter-spacing: -.01em; word-spacing: .12em; }
.person-role { margin-top: 8px !important; color: var(--amarelo) !important; font: 800 12px/1.4 Archivo, sans-serif !important; text-transform: uppercase; }
.person-card blockquote { margin: 24px 0 0; color: var(--creme); font: 500 16px/1.5 Saira, sans-serif; }
.person-focus { margin-top: 20px !important; color: var(--creme); font: 600 15px/1.5 Saira, sans-serif; }

.issues-heading h2 span { color: var(--amarelo); }
.issues-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.issue-card { min-height: 390px; }
.issue-card h3 { font-size: clamp(24px,2.2vw,32px); line-height: 1; letter-spacing: -.01em; word-spacing: .12em; }
.issue-card p { font-size: 14px; }
.issues-disclaimer { margin-top: 28px; }

.why { color: var(--creme); background: var(--azul); }
.why-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px; }
.why-card { display: flex; flex-direction: column; min-height: 0; align-items: stretch; background: var(--azul); }
.why-card.candidate-vinicius { background: var(--laranja); }
.why-card .candidate-photo { align-self: center; width: min(100% - 40px,360px); max-width: 360px; aspect-ratio: 4/5; margin-top: 20px; border: 2px solid var(--creme); border-radius: 20px; }
.why-card .candidate-photo img { width: 100%; height: 100%; object-fit: cover; }
.candidate-mark { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background: var(--azul-profundo); color: var(--amarelo); }
.candidate-mark strong { font: 900 clamp(72px,7vw,110px)/1 Archivo, sans-serif; letter-spacing: -.04em; }
.candidate-mark span { color: var(--creme); font: 900 15px/1 Archivo, sans-serif; letter-spacing: .12em; }
.candidate-vinicius .candidate-mark { background: var(--vermelho); }
.candidate-vinicius .candidate-mark strong { font-size: clamp(60px,6vw,82px); }
.why-card .vinicius-photo img { object-position: 42% center; }
.why-card .candidate-info { flex: 1; padding: 29px; }
.why-card .candidate-info h3 { margin-top: 18px; font-size: clamp(29px,2.5vw,38px); line-height: 1; letter-spacing: -.01em; word-spacing: .12em; }
.why-card .candidate-info p { max-width: 560px; margin-top: 15px; font-size: 15px; }
.candidate-number { display: block; margin-top: 24px; color: var(--amarelo); font: 900 45px/.9 Archivo, sans-serif; letter-spacing: -.01em; }
.candidate-links { display: flex; flex-wrap: wrap; gap: 11px 19px; margin-top: 20px; }
.candidate-links a { color: var(--creme); text-decoration: none; text-transform: uppercase; border-bottom: 2px solid currentColor; padding-bottom: 3px; font: 900 10px/1.25 Archivo, sans-serif; }
.candidate-links a:hover { color: var(--amarelo); }
.why-card .photo-credit { font-size: 8px; }

.join-inner { grid-template-columns: minmax(0,1fr) minmax(0,.68fr); }
.join-photo { width: min(100%,470px); aspect-ratio: 4/3; justify-self: end; transform: rotate(5deg); border: 7px solid var(--creme); border-radius: 25px; overflow: hidden; box-shadow: 12px 13px 0 var(--vermelho-escuro); }
.join-photo .photo-placeholder { background: var(--vermelho-escuro); }
.join-photo .photo-placeholder strong { font-size: clamp(26px,3vw,42px); }
.button-disabled, .button-disabled:hover { cursor: default; transform: none; box-shadow: none; }
.footer-brand-name { display: block; margin-top: 17px; color: var(--creme); font: 900 17px/1.1 Archivo, sans-serif; letter-spacing: -.01em; }

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: minmax(0,1fr); padding-top: 65px; }
  .hero-art { min-height: 570px; max-width: 620px; justify-self: center; margin-top: 35px; }
  .hero-photo-frame { width: min(74%,430px); left: 13%; }
}
@media (max-width: 1120px) {
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 45px; height: 45px; padding: 10px; color: var(--creme); background: transparent; border: 2px solid var(--creme); border-radius: 50%; cursor: pointer; }
  .menu-toggle span { width: 100%; height: 2px; background: currentColor; }
  .site-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; padding: 21px max(24px,calc((100vw - 960px)/2)) 25px; background: var(--azul-profundo); border-bottom: 2px solid var(--creme); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 10px; }
  .site-nav .nav-cta { align-self: start; margin-top: 10px; padding-inline: 22px; }
  .people-grid { gap: 13px; }
  .person-card .candidate-info { padding: 22px; }
}
@media (max-width: 850px) {
  .hero-grid { grid-template-columns: minmax(0,1fr); padding-top: 65px; }
  .hero-art { min-height: 570px; max-width: 620px; justify-self: center; margin-top: 35px; }
  .hero-photo-frame { width: min(74%,430px); left: 13%; }
  .people-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .person-card .candidate-photo { max-height: none; }
  .person-card .candidate-info { min-height: 220px; }
  .issues-grid { grid-template-columns: 1fr; }
  .issue-card { min-height: 300px; }
  .why-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .join-inner { grid-template-columns: minmax(0,1fr); }
  .join-photo { justify-self: start; margin-top: 23px; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 34px,560px); }
  .header-inner { flex-wrap: wrap; min-height: 0; gap: 8px; padding-block: 9px; }
  .brand { flex: 1; }
  .brand-name { font-size: 13px; }
  .menu-toggle { order: 2; }
  .header-candidates { order: 3; justify-content: flex-start; width: 100%; gap: 6px; }
  .header-chip { font-size: 9px; padding: 6px 8px; }
  .hero-grid { min-height: 0; padding-block: 56px 24px; }
  .hero-eyebrow { font-size: 10px; line-height: 1.45; }
  .hero h1 { font-size: clamp(34px,9.8vw,54px); line-height: 1; }
  .hero-script { font-size: clamp(29px,8vw,38px); }
  .hero-intro { margin-top: 25px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-art { min-height: 420px; width: 100%; margin-top: 37px; }
  .hero-candidate { width: 48%; top: 9%; border-width: 5px; border-radius: 20px; box-shadow: 8px 9px 0 var(--azul-profundo); }
  .hero-candidate-vinicius { top: 14%; }
  .hero-candidate > span { padding: 10px 6px; font-size: 11px; }
  .hero-candidate-vinicius small { top: 5px; right: 3px; font-size: 6px; }
  .hero-photo-frame { left: 13%; width: 74%; border-width: 6px; }
  .hero-circle { top: 41%; }
  .circle-one { width: 390px; height: 390px; }
  .circle-two { width: 330px; height: 330px; }
  .circle-three { width: 275px; height: 275px; }
  .hero-places { flex-wrap: wrap; justify-content: flex-start; gap: 9px 16px; font-size: 9px; }
  .section { padding-block: 78px; }
  .section-heading h2 { font-size: clamp(36px,9vw,51px); }
  .person-card .candidate-info h3 { font-size: 31px; }
  .why-card .candidate-info h3 { font-size: 34px; }
  .join h2 { font-size: clamp(44px,11vw,58px); }
  .join-photo { width: min(100%,430px); }
  .photo-placeholder { padding: 22px; }
  .footer-main { flex-direction: column; }
}
@media (max-width: 380px) {
  .hero h1 { font-size: 34px; }
  .hero-art { min-height: 350px; }
  .hero-candidate { width: 48%; }
  .hero-photo-frame { width: 72%; }
  .section-heading h2 { font-size: 35px; }
  .join h2 { font-size: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; transform: translateX(0); }
}

/* Fundo branco com acentos e formas da identidade da campanha. */
body { background: #fff; color: var(--azul-profundo); }
.site-header { background: #fff; border-bottom: 2px solid var(--azul); box-shadow: 0 5px 18px rgba(12,70,242,.06); }
.brand-name, .site-nav a { color: var(--azul-profundo); }
.site-nav a:hover { color: var(--laranja); }
.header-chip { color: var(--azul-profundo); border-color: var(--azul); }
.header-chip strong { color: var(--laranja); }
.site-nav .nav-cta { color: var(--azul-profundo); background: var(--amarelo); }
.site-nav .nav-cta:hover { color: var(--azul-profundo); background: var(--laranja); }
.menu-toggle { color: var(--azul-profundo); border-color: var(--azul); }

.hero { color: var(--azul-profundo); background: #fff; }
.hero-rays { display: none; }
.hero-eyebrow { color: var(--laranja); }
.hero h1 { color: var(--azul-profundo); text-shadow: none; }
.hero h1 span { color: var(--azul); }
.hero-script { color: var(--laranja); text-shadow: none; }
.hero-intro { color: var(--azul-profundo); }
.text-link { color: var(--azul); border-color: var(--azul); }
.text-link:hover { color: var(--laranja); border-color: var(--laranja); }
.button-yellow { box-shadow: 5px 5px 0 var(--laranja); }
.button-yellow:hover { background: var(--laranja); color: #fff; }
.hero-circle { box-shadow: none; }
.circle-one { background: var(--creme); border: 4px solid var(--amarelo); }
.circle-two { background: var(--amarelo); }
.circle-three { background: var(--laranja); }
.hero-candidate { border-color: #fff; box-shadow: 12px 12px 0 var(--azul); }
.hero-candidate-vinicius { box-shadow: 12px 12px 0 var(--laranja); }
.hero-places { color: var(--azul-profundo); border-top-color: var(--azul); }
.hero-places span::before { content: '✳'; color: var(--laranja); margin-right: 9px; }

.section-heading.light, .section-heading.light h2, .issues-heading h2 { color: var(--azul-profundo); }
.section-heading h2 span, .issues-heading h2 span { color: var(--laranja); }
.section-heading > p:last-child { max-width: 780px; color: var(--azul-profundo); }
.people, .why, .issues, .media-section { color: var(--azul-profundo); background: #fff; }
.people, .why, .issues, .media-section { border-top: 1px solid rgba(12,70,242,.13); }
.people .eyebrow, .why .eyebrow, .media-heading .eyebrow, .issues-heading .eyebrow { color: var(--laranja); }
.people { background: linear-gradient(180deg, #fff 0%, var(--creme) 100%); }
.person-card, .person-card:nth-child(2), .person-card:nth-child(3) { color: var(--azul-profundo); background: #fff; border: 2px solid var(--azul); box-shadow: 7px 7px 0 var(--amarelo); }
.person-card:nth-child(2) { box-shadow: 7px 7px 0 var(--laranja); }
.person-card:nth-child(3) { box-shadow: 7px 7px 0 var(--ciano); }
.person-card .candidate-photo { border-bottom-color: var(--azul); }
.photo-placeholder, .person-card:nth-child(2) .photo-placeholder, .person-card:nth-child(3) .photo-placeholder { color: var(--azul-profundo); background: radial-gradient(circle at 80% 20%, var(--amarelo) 0 15%, transparent 15.5%), var(--creme); }
.person-card:nth-child(2) .photo-placeholder { background-color: #fff8e9; }
.person-card:nth-child(3) .photo-placeholder { background-color: #f3faff; }
.photo-placeholder-kicker { border-color: var(--azul); background: #fff; color: var(--azul); }
.photo-placeholder strong { color: var(--azul); }
.photo-placeholder small { color: var(--laranja); }
.person-card .candidate-info h3 { color: var(--azul-profundo); }
.person-role { color: var(--laranja) !important; }
.person-card .candidate-info .person-focus { color: var(--azul-profundo); }
.person-focus-pending { color: var(--azul) !important; font-style: italic !important; }
.small-label { color: var(--azul-profundo); background: var(--amarelo); }

.why-card, .why-card.candidate-vinicius { color: var(--azul-profundo); background: #fff; border: 2px solid var(--azul); box-shadow: 7px 7px 0 var(--creme); }
.why-card.candidate-vinicius { box-shadow: 7px 7px 0 var(--amarelo); }
.why-card .candidate-photo { width: calc(100% - 40px); max-width: none; aspect-ratio: 16/6; margin-top: 20px; border: 0; }
.candidate-mark { background: var(--azul); color: var(--amarelo); }
.candidate-vinicius .candidate-mark { background: var(--laranja); }
.candidate-mark strong, .candidate-vinicius .candidate-mark strong { font-size: clamp(60px,6vw,86px); }
.why-card .candidate-info { padding: 29px 31px 33px; }
.why-card .candidate-info h3 { color: var(--azul-profundo); }
.why-card .candidate-info p { color: var(--azul-profundo); font-size: 15px; line-height: 1.6; }
.why-card .candidate-info .candidate-context { padding-left: 15px; border-left: 4px solid var(--laranja); }
.candidate-number { color: var(--laranja); }
.candidate-links a { color: var(--azul); }
.candidate-links a:hover { color: var(--laranja); }

.media-section { background: linear-gradient(180deg, #fff 0%, var(--creme) 100%); }
.video-card { border-color: var(--azul); background: #fff; box-shadow: 7px 7px 0 var(--amarelo); }
.video-card:nth-child(2) { box-shadow: 7px 7px 0 var(--laranja); }
.video-thumb { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--azul); }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.video-thumb:hover img { transform: scale(1.035); }
.video-play { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 72px; height: 72px; padding-left: 5px; transform: translate(-50%,-50%); border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--laranja); font: 900 29px/1 Arial,sans-serif; box-shadow: 5px 5px 0 var(--azul); }
.video-meta { padding: 25px 29px 31px; }
.video-meta > span { color: var(--laranja); }
.video-meta h3, .video-meta p { color: var(--azul-profundo); }
.video-meta h3 { letter-spacing: -.01em; }
.video-meta p { font-size: 14px; }
.video-meta a { color: var(--azul); }
.video-meta a:hover { color: var(--laranja); }

.issues { background: #fff; }
.issues-grid { gap: 20px; }
.issue-card, .issue-blue, .issue-cream, .issue-yellow { color: var(--azul-profundo); background: #fff; border: 2px solid var(--azul); box-shadow: 7px 7px 0 var(--creme); }
.issue-blue { border-top: 9px solid var(--azul); }
.issue-cream { border-top: 9px solid var(--laranja); }
.issue-yellow { border-top: 9px solid var(--amarelo); }
.issue-icon { color: var(--laranja); border-color: var(--laranja); }
.issue-blue .issue-icon { color: var(--azul); border-color: var(--azul); }
.issue-card p { font-size: 15px; line-height: 1.6; }
.issues-disclaimer { color: var(--azul-profundo); }

.join { color: var(--azul-profundo); background: #fff; border-top: 1px solid rgba(12,70,242,.13); }
.join-inner { padding: clamp(28px,5vw,70px); border: 2px solid var(--azul); border-radius: 32px; background: var(--creme); }
.join .eyebrow { color: var(--laranja); }
.join h2 { color: var(--azul-profundo); text-shadow: none; }
.join h2 em { color: var(--laranja); }
.join p:not(.eyebrow) { color: var(--azul-profundo); }
.join-photo { border-color: #fff; box-shadow: 12px 13px 0 var(--laranja); }
.join-photo .photo-placeholder { background: radial-gradient(circle at 78% 18%, var(--amarelo) 0 17%, transparent 17.5%), #fff; }
.button-disabled { color: var(--azul-profundo); border: 2px solid var(--azul); }

.site-footer { color: var(--azul-profundo); background: #fff; border-top: 8px solid var(--azul); }
.footer-brand-name, .footer-main p, .footer-links a, .footer-bottom a { color: var(--azul-profundo); }
.footer-main p strong { color: var(--laranja); }
.footer-links a:hover, .footer-bottom a:hover { color: var(--laranja); }
.footer-bottom { color: var(--azul-profundo); border-top-color: var(--azul); }

@media (max-width: 1120px) {
  .site-nav { background: #fff; border-bottom-color: var(--azul); box-shadow: 0 12px 24px rgba(12,70,242,.09); }
}
@media (max-width: 600px) {
  .hero-grid { padding-top: 45px; }
  .hero-candidate { box-shadow: 6px 7px 0 var(--azul); }
  .hero-candidate-vinicius { box-shadow: 6px 7px 0 var(--laranja); }
  .why .section-heading h2 { font-size: clamp(30px,8.5vw,48px); }
  .why .section-heading h2 span { display: inline-block; white-space: nowrap; font-size: .9em; }
  .why-card .candidate-photo { height: auto; aspect-ratio: 16/7; }
  .candidate-mark strong, .candidate-vinicius .candidate-mark strong { font-size: clamp(44px,13vw,65px); }
  .video-play { width: 58px; height: 58px; font-size: 23px; }
  .join-inner { padding: 26px; }
}

/* Hero: base editorial angulada, sem o círculo de fundo. */
.hero-art::before { content: ''; position: absolute; z-index: 0; inset: 9% 2% 3% 5%; background: linear-gradient(100deg, var(--creme) 0 88%, var(--laranja) 88% 100%); clip-path: polygon(7% 0, 100% 7%, 93% 100%, 0 93%); }
.hero-candidate { z-index: 1; }
@media (max-width: 600px) {
  .hero-art::before { inset: 8% 0 4% 3%; }
}

/* Retratos já apresentados no topo, agora nas fichas dos candidatos. */
.why-card .candidate-photo { aspect-ratio: 4/3; background: var(--azul); }
.why-card .renato-photo img { object-position: center 16%; }
.why-card .vinicius-photo img { object-position: center; }
.why-card .photo-credit { font-size: 8px; }
.why-card .vinicius-photo { background: #272727; }
.why-card .vinicius-photo img { object-fit: cover; object-position: center; }
.join-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 600px) {
  .why-card .candidate-photo { aspect-ratio: 4/3; }
}
