:root {
  --ink: #102b3b;
  --ink-soft: #536872;
  --blue: #075787;
  --blue-dark: #073b5c;
  --green: #13764a;
  --green-dark: #0a5539;
  --yellow: #f2c529;
  --cream: #f5f6ef;
  --paper: #ffffff;
  --mist: #e8efeb;
  --line: #d4dfdb;
  --shadow: 0 18px 50px rgba(16, 43, 59, .10);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 16px; background: white; border-radius: 8px; transform: translateY(-150%); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 84px; background: rgba(245, 246, 239, .88); border-bottom: 1px solid rgba(16, 43, 59, .10); backdrop-filter: blur(18px); transition: height .25s ease, box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(255, 255, 255, .94); box-shadow: 0 8px 28px rgba(16, 43, 59, .08); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 9px; line-height: .82; letter-spacing: -.055em; }
.brand-name { display: grid; font-size: 18px; font-weight: 900; }
.brand-name b { font-weight: 900; }
.brand-name strong { color: var(--blue); font-weight: 950; }
.brand-number { padding-left: 9px; border-left: 2px solid var(--yellow); color: var(--green); font-size: 28px; font-weight: 950; letter-spacing: -.025em; }
.main-nav { display: flex; align-items: center; gap: 29px; color: #36515f; font-size: 14px; font-weight: 700; }
.main-nav a:not(.nav-action) { position: relative; padding-block: 10px; }
.main-nav a:not(.nav-action)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-action { padding: 11px 18px; border-radius: 999px; background: var(--blue); color: white; box-shadow: 0 9px 24px rgba(7, 87, 135, .18); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 0; border-radius: 50%; background: var(--paper); box-shadow: 0 5px 16px rgba(16, 43, 59, .10); cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { min-height: 100vh; padding-top: 84px; overflow: hidden; background: radial-gradient(circle at 23% 30%, rgba(242, 197, 41, .11), transparent 26%), var(--cream); }
.hero-grid { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 1.04fr .96fr; }
.hero-copy { align-self: center; padding: 72px 5vw 90px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px rgba(242, 197, 41, .16); }
.eyebrow.light { color: #ccebdc; }
.hero h1 { margin: 0; max-width: 730px; font-size: clamp(59px, 7.7vw, 115px); font-weight: 950; letter-spacing: -.078em; line-height: .82; text-transform: uppercase; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 620px; margin: 34px 0 0; color: #455f6c; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 850; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter-button:focus-visible, .menu-toggle:focus-visible, .share-button:focus-visible { outline: 3px solid rgba(242, 197, 41, .75); outline-offset: 3px; }
.button-primary { background: var(--blue); color: white; box-shadow: 0 14px 30px rgba(7, 87, 135, .22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 17px 35px rgba(7, 87, 135, .27); }
.button-ghost { border-color: #a5b6bb; background: rgba(255, 255, 255, .45); }
.button-light { background: white; color: var(--blue-dark); }
.institutional-label { margin: 33px 0 0; color: #76878e; font-size: 11px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-photo-wrap { position: relative; min-height: 680px; isolation: isolate; background: linear-gradient(145deg, var(--blue) 0%, #0a6d74 48%, var(--green) 100%); }
.hero-photo-wrap::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg, transparent 0 53%, rgba(255, 255, 255, .06) 53%); }
.hero-photo-wrap::after { content: ""; position: absolute; right: -8%; bottom: -14%; z-index: -1; width: 72%; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .04), 0 0 0 160px rgba(255, 255, 255, .025); }
.hero-photo { position: absolute; inset: 4% -1% 0; width: 102%; height: 96%; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 25px 28px rgba(0, 0, 0, .16)); }
.hero-watermark { position: absolute; top: 11%; left: 1%; z-index: -1; color: rgba(255, 255, 255, .105); font-size: clamp(135px, 16vw, 250px); font-weight: 950; letter-spacing: -.08em; line-height: .75; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-stripe { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-stripe::before { content: ""; position: absolute; width: 150%; height: 25px; top: 52%; left: -25%; background: var(--yellow); transform: rotate(-43deg); box-shadow: 0 0 0 1px rgba(255, 255, 255, .25); }
.candidate-seal { position: absolute; right: 7%; bottom: 8%; display: grid; min-width: 190px; padding: 15px 18px 14px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, .94); box-shadow: 0 19px 43px rgba(3, 31, 44, .23); backdrop-filter: blur(8px); }
.candidate-seal span { color: #5b707b; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.candidate-seal strong { margin-top: 2px; font-size: 16px; line-height: 1.1; text-transform: uppercase; }
.candidate-seal b { color: var(--green); font-size: 34px; line-height: 1.05; }

.quick-facts { position: relative; z-index: 2; background: white; border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: .75fr 1.4fr 1fr; }
.facts-grid > div { min-height: 138px; display: flex; align-items: center; gap: 18px; padding: 28px 38px; border-right: 1px solid var(--line); }
.facts-grid > div:first-child { padding-left: 0; }
.facts-grid > div:last-child { border-right: 0; }
.facts-grid strong { color: var(--blue); font-size: clamp(36px, 4vw, 58px); font-weight: 950; letter-spacing: -.06em; line-height: 1; }
.facts-grid span { max-width: 260px; color: var(--ink-soft); font-size: 13px; font-weight: 700; line-height: 1.4; }

.section { padding: 118px 0; }
.split-layout { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: clamp(58px, 8vw, 120px); }
.portrait-card { position: relative; min-height: 640px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(150deg, #dcece6, #f4d763); box-shadow: var(--shadow); }
.portrait-background { position: absolute; inset: 0; background: linear-gradient(130deg, transparent 0 58%, rgba(7, 87, 135, .10) 58% 60%, transparent 60%); }
.portrait-card img { position: absolute; inset: 4% 0 0; width: 100%; height: 96%; object-fit: contain; object-position: bottom center; }
.portrait-card figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; padding: 15px 18px; border-radius: 12px; background: rgba(255, 255, 255, .93); color: var(--blue-dark); font-size: 13px; font-weight: 850; text-align: center; box-shadow: 0 12px 26px rgba(16, 43, 59, .12); }
.section-copy h2, .section-heading h2, .contact-copy h2 { margin: 0; max-width: 850px; font-size: clamp(40px, 5.1vw, 72px); font-weight: 900; letter-spacing: -.06em; line-height: .96; }
.section-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { max-width: 690px; color: var(--ink-soft); font-size: 17px; }
.section-copy .lead-copy { margin-top: 32px; color: #2b4654; font-size: 20px; line-height: 1.55; }
.statement-card { margin-top: 34px; padding: 23px 26px 25px; border-left: 5px solid var(--yellow); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: white; box-shadow: 0 13px 32px rgba(16, 43, 59, .07); }
.statement-card > span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.statement-card blockquote { margin: 8px 0 0; font-size: 20px; font-weight: 800; line-height: 1.45; }

.street-section { padding: 0 0 118px; background: var(--cream); }
.street-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 65px; margin-bottom: 42px; }
.street-heading h2 { margin: 0; max-width: 850px; font-size: clamp(40px, 5.1vw, 72px); font-weight: 900; letter-spacing: -.06em; line-height: .96; }
.street-heading > p { margin: 0 0 4px; color: var(--ink-soft); font-size: 16px; }
.street-gallery { display: grid; grid-template-columns: 1.16fr .84fr; gap: 16px; }
.street-photo { position: relative; min-height: 470px; margin: 0; overflow: hidden; border-radius: var(--radius-md); background: var(--blue-dark); box-shadow: var(--shadow); }
.street-photo-wide { min-height: 580px; }
.street-photo img { width: 100%; height: 100%; object-fit: cover; }
.street-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to top, rgba(5, 31, 45, .78), transparent); pointer-events: none; }
.street-photo figcaption { position: absolute; left: 26px; right: 26px; bottom: 23px; z-index: 1; display: grid; color: white; }
.street-photo figcaption span { color: #d6e8df; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.street-photo figcaption strong { margin-top: 3px; font-size: 22px; line-height: 1.15; }

.mandate-section { background: var(--blue-dark); color: white; }
.section-heading { display: grid; grid-template-columns: 1.55fr .65fr; align-items: end; gap: 65px; margin-bottom: 52px; }
.section-heading > p { margin: 0 0 4px; color: var(--ink-soft); font-size: 16px; }
.mandate-section .section-heading > p { color: #afc6d3; }
.mandate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mandate-card { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius-md); background: rgba(255, 255, 255, .055); }
.mandate-card:nth-child(2) { background: rgba(19, 118, 74, .52); }
.mandate-card:nth-child(3) { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.card-index { color: #8bb4ca; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.mandate-card:nth-child(3) .card-index { color: var(--green-dark); }
.mandate-card h3 { margin: auto 0 13px; font-size: 33px; line-height: 1; }
.mandate-card p { margin: 0; color: #bfd1da; font-size: 15px; }
.mandate-card:nth-child(3) p { color: #27463a; }

.proposals-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #061f31 0%, var(--blue-dark) 52%, #082f46 100%); color: white; }
.proposals-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 8%, rgba(19, 118, 74, .24), transparent 30%), radial-gradient(circle at 8% 86%, rgba(7, 87, 135, .30), transparent 32%); pointer-events: none; }
.proposals-section > .container { position: relative; }
.proposals-heading { margin-bottom: 38px; }
.proposals-heading > p { color: #b9ccd5; }
.proposals-section .eyebrow { color: #9ed6bb; }
.campaign-board { margin: 0 0 34px; overflow: hidden; border: 1px solid rgba(242, 197, 41, .42); border-radius: var(--radius-md); background: #031722; box-shadow: 0 24px 58px rgba(0, 0, 0, .28); }
.campaign-board > a { display: block; overflow: hidden; }
.campaign-board img { width: 100%; height: auto; transition: transform .35s ease; }
.campaign-board > a:hover img { transform: scale(1.008); }
.campaign-board figcaption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 22px; border-top: 1px solid rgba(255, 255, 255, .11); background: rgba(4, 28, 42, .96); }
.campaign-board figcaption > div { display: grid; }
.campaign-board figcaption div span { color: #94b7c7; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.campaign-board figcaption strong { margin-top: 2px; color: white; font-size: 15px; }
.campaign-board figcaption > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-size: 12px; font-weight: 900; }
.proposal-tools { position: sticky; top: 88px; z-index: 20; display: grid; grid-template-columns: minmax(240px, 1fr) auto; align-items: center; gap: 18px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .94); box-shadow: 0 12px 34px rgba(16, 43, 59, .07); backdrop-filter: blur(16px); }
.search-field { display: flex; align-items: center; gap: 10px; min-height: 45px; padding: 0 15px; border-radius: 12px; background: var(--cream); }
.search-field > span:not(.visually-hidden) { color: var(--blue); font-size: 25px; line-height: 1; transform: rotate(-15deg); }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; }
.search-field input::placeholder { color: #71838b; }
.filter-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.filter-button { min-height: 38px; padding: 0 13px; border: 1px solid transparent; border-radius: 999px; background: transparent; color: #58707c; font-size: 12px; font-weight: 800; cursor: pointer; }
.filter-button:hover { background: var(--mist); }
.filter-button.is-active { background: var(--blue); color: white; }
.results-count { min-height: 24px; margin: 22px 0 16px; color: #abc2cc; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.proposal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.proposal-card { position: relative; min-height: 330px; display: flex; flex-direction: column; overflow: hidden; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f7faf7; color: var(--ink); transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease; }
.proposal-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -60px; top: -70px; border: 18px solid rgba(7, 87, 135, .04); border-radius: 50%; }
.proposal-card:hover { transform: translateY(-5px); border-color: #a9c7bb; box-shadow: 0 18px 38px rgba(16, 43, 59, .10); }
.proposal-card.is-featured { color: #123c2c; background: var(--yellow); border-color: #d4aa14; }
.proposal-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.proposal-card-number { color: var(--green); font-size: 12px; font-weight: 950; letter-spacing: .16em; }
.proposal-card-tag { padding: 5px 9px; border-radius: 999px; background: rgba(7, 87, 135, .08); color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.is-featured .proposal-card-tag { background: rgba(16, 43, 59, .10); color: var(--green-dark); }
.proposal-card h3 { margin: auto 0 13px; max-width: 330px; font-size: 26px; letter-spacing: -.035em; line-height: 1.07; }
.proposal-card p { margin: 0 0 20px; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.proposal-card.is-featured p { color: #3d574e; }
.proposal-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--blue); font-size: 13px; font-weight: 900; }
.proposal-card.is-featured .proposal-card-footer { color: var(--green-dark); }
.empty-results { padding: 56px; border: 1px dashed #aebfba; border-radius: var(--radius-md); background: var(--cream); color: var(--ink); text-align: center; }
.empty-results h3 { margin: 0; font-size: 27px; }
.empty-results p { margin: 7px 0 0; color: var(--ink-soft); }

.bets-highlight { position: relative; overflow: hidden; padding: 100px 0; background: var(--green-dark); color: white; }
.bets-highlight::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 40%, rgba(242, 197, 41, .15), transparent 32%), linear-gradient(120deg, transparent 0 67%, rgba(255, 255, 255, .035) 67%); }
.bets-grid { position: relative; display: grid; grid-template-columns: .45fr 1.15fr .85fr; align-items: center; gap: clamp(30px, 5vw, 75px); }
.bets-number { color: rgba(255, 255, 255, .12); font-size: clamp(130px, 16vw, 240px); font-weight: 950; letter-spacing: -.1em; line-height: .7; }
.bets-copy h2 { margin: 0; font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -.06em; line-height: .95; }
.bets-copy > p:not(.eyebrow) { max-width: 690px; margin: 27px 0 30px; color: #c3ddd2; font-size: 16px; }
.bets-quote { margin: 0; padding: 28px 0 28px 28px; border-left: 1px solid rgba(255, 255, 255, .25); color: #f8dc73; font-size: 20px; font-weight: 750; line-height: 1.5; }

.commitments-section { background: var(--cream); }
.commitment-list { border-top: 1px solid var(--line); }
.commitment-item { display: grid; grid-template-columns: 90px .9fr; align-items: start; gap: 30px; padding: 33px 0; border-bottom: 1px solid var(--line); }
.commitment-item > span { color: var(--green); font-size: 13px; font-weight: 950; letter-spacing: .15em; }
.commitment-item > div { display: grid; grid-template-columns: .65fr 1fr; gap: 55px; align-items: start; }
.commitment-item h3 { margin: 0; font-size: 26px; letter-spacing: -.03em; line-height: 1.1; }
.commitment-item p { margin: 0; color: var(--ink-soft); }

.manifesto-section { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 690px; background: var(--blue-dark); color: white; }
.manifesto-photo { position: relative; overflow: hidden; background: linear-gradient(145deg, #f0efe4, #a9d2c1); }
.manifesto-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 59, 92, .30), transparent 45%); }
.manifesto-photo img { position: absolute; inset: 2% 0 0; width: 100%; height: 98%; object-fit: contain; object-position: bottom center; }
.manifesto-copy { align-self: center; max-width: 850px; padding: 90px max(7vw, 60px); }
.manifesto-copy blockquote { margin: 0 0 40px; max-width: 820px; font-size: clamp(42px, 5vw, 75px); font-weight: 880; letter-spacing: -.06em; line-height: 1; }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(55px, 8vw, 120px); }
.contact-copy > p:not(.eyebrow) { margin-top: 27px; }
.contact-copy .placeholder-notice { padding: 16px 18px; border: 1px solid #e2c76c; border-radius: 12px; background: #fff9dc; color: #66551e; font-size: 13px; }
.contact-cards { border-top: 1px solid var(--line); }
.contact-card { display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 25px; min-height: 92px; padding: 17px 2px; border-bottom: 1px solid var(--line); transition: padding .2s ease, color .2s ease; }
.contact-card:not(.is-placeholder):hover { padding-left: 12px; color: var(--blue); }
.contact-card span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-card strong { font-size: 18px; }
.contact-card b { font-size: 24px; font-weight: 400; }
.contact-card.is-placeholder { cursor: not-allowed; opacity: .67; }
.contact-card.is-placeholder strong { font-size: 14px; font-weight: 700; }

.site-footer { padding: 72px 0 25px; background: #0a2839; color: white; }
.footer-main { display: grid; grid-template-columns: .7fr 1.2fr .8fr; align-items: start; gap: 60px; padding-bottom: 55px; }
.brand-footer .brand-name strong, .brand-footer .brand-number { color: #9ed6bb; }
.footer-main > p { max-width: 500px; margin: 0; color: #a9bfca; }
.footer-main nav { display: grid; gap: 10px; justify-self: end; color: #d9e5e9; font-size: 13px; font-weight: 700; }
.footer-legal { display: flex; justify-content: space-between; gap: 25px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: #819ba7; font-size: 11px; }
.footer-legal p { margin: 0; }
.legal-placeholder { color: #d2b85b; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Página individual da proposta */
.detail-header { position: fixed; }
.proposal-loading { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 15px; color: var(--ink-soft); }
.proposal-loading span { width: 34px; height: 34px; border: 3px solid var(--line); border-top-color: var(--blue); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.proposal-hero { padding-top: 84px; background: white; overflow: hidden; }
.proposal-hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.1fr .9fr; }
.proposal-hero-copy { align-self: center; padding: 80px 6vw 78px 0; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 42px; color: #71838c; font-size: 12px; font-weight: 700; }
.breadcrumb a:hover { color: var(--blue); }
.proposal-category { margin: 0 0 10px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.proposal-number { margin: 0 0 12px; color: var(--blue); font-size: 15px; font-weight: 950; letter-spacing: .16em; }
.proposal-hero h1 { margin: 0; max-width: 820px; font-size: clamp(48px, 6.1vw, 88px); font-weight: 920; letter-spacing: -.067em; line-height: .94; }
.proposal-summary { max-width: 730px; margin: 27px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.55; }
.proposal-portrait { position: relative; min-height: 600px; margin: 0; overflow: hidden; background: linear-gradient(145deg, var(--blue), #0a6c72 48%, var(--green)); }
.proposal-portrait-bg { position: absolute; inset: 0; overflow: hidden; }
.proposal-portrait-bg::after { content: ""; position: absolute; width: 145%; height: 22px; left: -22%; top: 52%; background: var(--yellow); transform: rotate(-42deg); }
.proposal-portrait-bg span { position: absolute; left: -3%; top: 4%; color: rgba(255, 255, 255, .11); font-size: clamp(160px, 20vw, 300px); font-weight: 950; letter-spacing: -.08em; }
.proposal-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.proposal-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(55px, 8vw, 110px); padding-top: 100px; padding-bottom: 100px; }
.proposal-body { max-width: 790px; }
.proposal-text p { margin: 0 0 22px; color: #38515e; font-size: 19px; line-height: 1.72; }
.detail-commitments { margin-top: 55px; }
.detail-commitments h2 { margin: 0 0 23px; font-size: 36px; letter-spacing: -.04em; }
.detail-commitments ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.detail-commitments li { position: relative; padding: 18px 20px 18px 48px; border: 1px solid var(--line); border-radius: 13px; background: white; color: #2e4855; }
.detail-commitments li::before { content: "✓"; position: absolute; left: 19px; top: 18px; color: var(--green); font-weight: 950; }
.proposal-message { margin: 52px 0 0; padding: 31px 34px; border: 0; border-radius: var(--radius-md); background: var(--yellow); }
.proposal-message span { color: var(--green-dark); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.proposal-message p { margin: 8px 0 0; color: #153d30; font-size: 25px; font-weight: 850; line-height: 1.35; }
.proposal-sidebar { align-self: start; position: sticky; top: 105px; }
.sidebar-card { padding: 27px; border-radius: var(--radius-md); background: var(--blue-dark); color: white; box-shadow: var(--shadow); }
.mini-label { color: #9cc4d6; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.sidebar-card h2 { margin: 9px 0 19px; font-size: 24px; line-height: 1.15; }
.sidebar-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; color: #bfd1da; font-size: 13px; }
.sidebar-card li { position: relative; padding-left: 16px; }
.sidebar-card li::before { content: ""; position: absolute; top: .66em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }
.sidebar-context-photo { position: relative; margin: 12px 0 0; overflow: hidden; border-radius: 13px; background: var(--mist); box-shadow: 0 11px 28px rgba(16, 43, 59, .08); }
.sidebar-context-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.sidebar-context-photo figcaption { position: absolute; left: 10px; right: 10px; bottom: 9px; padding: 9px 11px; border-radius: 9px; background: rgba(10, 40, 57, .84); color: white; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-align: center; backdrop-filter: blur(7px); }
.share-button { width: 100%; min-height: 51px; display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 0 18px; border: 1px solid #9fb4ba; border-radius: 13px; background: transparent; font-size: 13px; font-weight: 850; cursor: pointer; }
.share-button:hover { background: white; }
.share-status { min-height: 20px; margin: 8px 0 0; color: var(--green); font-size: 11px; font-weight: 750; text-align: center; }
.proposal-pagination { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.pagination-link { min-height: 145px; display: flex; flex-direction: column; justify-content: center; padding: 30px 0; }
.pagination-link.next { align-items: flex-end; padding-left: 35px; border-left: 1px solid var(--line); text-align: right; }
.pagination-link.previous { padding-right: 35px; }
.pagination-link span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pagination-link strong { max-width: 460px; margin-top: 7px; font-size: 18px; line-height: 1.3; }
.pagination-link:hover strong { color: var(--blue); }
.detail-cta { padding: 85px 0; background: var(--green-dark); color: white; }
.detail-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.detail-cta h2 { max-width: 760px; margin: 0; font-size: clamp(40px, 5vw, 67px); letter-spacing: -.06em; line-height: .98; }
.detail-footer { padding-top: 25px; }
.proposal-error { min-height: calc(100vh - 100px); display: grid; align-items: center; padding: 145px 0 90px; }
.proposal-error h1 { max-width: 830px; margin: 0; font-size: clamp(45px, 7vw, 90px); letter-spacing: -.065em; line-height: .95; }
.proposal-error p:not(.eyebrow) { margin: 25px 0 30px; color: var(--ink-soft); font-size: 18px; }

.reveal { animation: rise .72s cubic-bezier(.2, .75, .25, 1) both; }
.reveal-delay { animation-delay: .12s; }
.reveal-delay-2 { animation-delay: .22s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .proposal-tools { position: relative; top: auto; grid-template-columns: 1fr; }
  .filter-list { justify-content: flex-start; }
  .proposal-grid { grid-template-columns: repeat(2, 1fr); }
  .bets-grid { grid-template-columns: .35fr 1.15fr; }
  .bets-quote { grid-column: 2; }
  .footer-main { grid-template-columns: .7fr 1.2fr; }
  .footer-main nav { display: none; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .site-header, .site-header.is-scrolled { height: 72px; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 18px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 38px rgba(16, 43, 59, .12); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 14px 11px !important; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .main-nav .nav-action { margin-top: 9px; border: 0; text-align: center; }
  .hero { min-height: auto; padding-top: 72px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 67px 0 54px; }
  .hero-photo-wrap { min-height: 640px; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid > div, .facts-grid > div:first-child { min-height: 105px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts-grid > div:last-child { border-bottom: 0; }
  .section { padding: 88px 0; }
  .split-layout { grid-template-columns: 1fr; gap: 55px; }
  .portrait-card { min-height: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .street-section { padding-bottom: 88px; }
  .street-heading { grid-template-columns: 1fr; gap: 22px; }
  .street-gallery { grid-template-columns: 1fr; }
  .street-photo, .street-photo-wide { min-height: 570px; }
  .mandate-grid { grid-template-columns: 1fr; }
  .mandate-card { min-height: 240px; }
  .bets-grid { grid-template-columns: 1fr; }
  .bets-number { position: absolute; right: 0; top: -15px; }
  .bets-copy, .bets-quote { position: relative; grid-column: auto; }
  .commitment-item { grid-template-columns: 50px 1fr; }
  .commitment-item > div { grid-template-columns: 1fr; gap: 12px; }
  .manifesto-section { grid-template-columns: 1fr; }
  .manifesto-photo { min-height: 650px; }
  .manifesto-copy { padding: 75px 24px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-legal { flex-direction: column; }
  .proposal-hero { padding-top: 72px; }
  .proposal-hero-grid { grid-template-columns: 1fr; }
  .proposal-hero-copy { padding: 60px 0 55px; }
  .proposal-portrait { min-height: 570px; }
  .proposal-content-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 75px; padding-bottom: 75px; }
  .proposal-sidebar { position: static; }
  .detail-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-name { font-size: 15px; }
  .brand-number { font-size: 24px; }
  .hero h1 { font-size: clamp(52px, 17vw, 79px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-photo-wrap { min-height: 510px; margin-inline: -14px; }
  .candidate-seal { right: 5%; bottom: 5%; min-width: 175px; }
  .facts-grid strong { min-width: 87px; font-size: 43px; }
  .section-copy h2, .section-heading h2, .contact-copy h2 { font-size: 42px; }
  .portrait-card { min-height: 510px; }
  .street-heading h2 { font-size: 42px; }
  .street-photo, .street-photo-wide { min-height: 390px; }
  .street-photo figcaption { left: 18px; right: 18px; bottom: 17px; }
  .proposal-grid { grid-template-columns: 1fr; }
  .proposal-card { min-height: 295px; }
  .filter-list { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding-bottom: 3px; scrollbar-width: thin; }
  .filter-button { flex: 0 0 auto; }
  .campaign-board figcaption { align-items: flex-start; flex-direction: column; padding: 16px; }
  .bets-highlight { padding: 78px 0; }
  .bets-number { font-size: 142px; }
  .bets-copy h2 { font-size: 43px; }
  .bets-quote { padding: 22px 0 22px 22px; font-size: 18px; }
  .commitment-item { grid-template-columns: 35px 1fr; gap: 14px; }
  .commitment-item h3 { font-size: 22px; }
  .manifesto-photo { min-height: 500px; }
  .manifesto-copy blockquote { font-size: 42px; }
  .contact-card { grid-template-columns: 93px 1fr auto; gap: 12px; }
  .contact-card strong { font-size: 14px; }
  .proposal-hero h1 { font-size: 48px; }
  .proposal-summary { font-size: 17px; }
  .proposal-portrait { min-height: 500px; margin-inline: -14px; }
  .proposal-text p { font-size: 17px; }
  .proposal-message { padding: 24px; }
  .proposal-message p { font-size: 21px; }
  .proposal-pagination { grid-template-columns: 1fr; }
  .pagination-link.next { align-items: flex-start; padding-left: 0; border-top: 1px solid var(--line); border-left: 0; text-align: left; }
  .pagination-link.previous { padding-right: 0; }
  .detail-cta h2 { font-size: 42px; }
}

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