:root {
  --red: #d2112a;
  --red-dark: #a90d21;
  --ink: #17171a;
  --navy: #17232e;
  --cream: #f5f1e9;
  --paper: #fffdfa;
  --muted: #67666a;
  --line: #dedbd5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
main { overflow: hidden; }

.announcement { min-height: 36px; padding: 8px 4.5vw; display: flex; align-items: center; justify-content: center; gap: 28px; background: var(--navy); color: white; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.announcement a { color: #ff8a97; text-decoration: none; }
.site-header { height: 92px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,253,250,.96); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: .85; }
.brand-check { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: white; font-size: 26px; font-weight: 900; }
.brand strong { display: block; font-size: 18px; font-weight: 900; letter-spacing: -.03em; }
.brand small { display: block; margin-top: 7px; font-size: 9px; font-weight: 800; letter-spacing: .28em; }
nav { display: flex; align-items: center; gap: 35px; }
nav a { text-decoration: none; font-size: 13px; font-weight: 700; }
nav a:hover { color: var(--red); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; background: var(--red); color: white; border: 2px solid var(--red); border-radius: 3px; font-size: 13px; font-weight: 850; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 11px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 47% 53%; background: var(--cream); }
.hero-copy { padding: 105px 6vw 85px 7vw; align-self: center; }
.eyebrow, .kicker { margin: 0 0 23px; color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 22px; height: 3px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(58px, 6.4vw, 105px); line-height: .88; letter-spacing: -.075em; font-weight: 900; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 610px; color: #444347; font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link.red { color: var(--red); }
.text-link.light { color: white; }
.source-note { margin: 34px 0 0; color: #858282; font-size: 10px; letter-spacing: .04em; }
.hero-visual { min-height: 690px; position: relative; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,35,46,.08), transparent 30%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.yes-stamp { width: 170px; height: 170px; border-radius: 50%; position: absolute; left: -70px; bottom: 75px; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--red); color: white; border: 6px solid white; transform: rotate(-7deg); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.yes-stamp span { font-size: 47px; font-weight: 950; line-height: .8; letter-spacing: -.06em; }
.yes-stamp strong { margin-left: 80px; font-size: 24px; line-height: .8; }
.yes-stamp small { margin-top: 14px; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.photo-caption { position: absolute; right: 34px; bottom: 30px; z-index: 2; padding: 10px 14px; background: rgba(23,35,46,.82); color: white; font-size: 11px; letter-spacing: .03em; }
.photo-caption b { color: #ff7f8f; }

.fact-strip { padding: 31px 6vw; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--red); color: white; }
.fact-strip > div { min-height: 65px; padding: 3px 30px; display: flex; align-items: center; gap: 17px; border-right: 1px solid rgba(255,255,255,.25); }
.fact-strip > div:last-child { border: 0; }
.fact-strip strong { font-size: 29px; letter-spacing: -.05em; }
.fact-strip span { font-size: 10px; font-weight: 650; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.fact-strip .fact-date strong { color: var(--navy); }

.section { max-width: 1260px; margin: 0 auto; padding: 120px 40px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.section-heading h2, .cost h2, .vote h2, .faq h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(42px, 5vw, 75px); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { max-width: 425px; margin: 0 0 6px; color: var(--muted); font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.priority-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.priority { min-height: 300px; padding: 34px 28px; border-right: 1px solid var(--line); transition: background .2s, transform .2s; }
.priority:last-child { border-right: 0; }
.priority:hover { background: var(--cream); transform: translateY(-5px); }
.priority > span { display: inline-grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-size: 10px; font-weight: 850; }
.priority h3 { margin: 55px 0 15px; font-size: 22px; letter-spacing: -.03em; }
.priority p { color: var(--muted); font-family: Georgia, serif; font-size: 15px; line-height: 1.65; }

.questions-section { background: var(--navy); color: white; }
.section.compact { max-width: 1120px; padding-top: 110px; padding-bottom: 110px; }
.kicker.light { color: #ff7a8c; }
.questions-section h2 { margin-bottom: 60px; font-size: clamp(46px, 5.5vw, 78px); line-height: .94; letter-spacing: -.06em; }
.question-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.question-card { min-height: 620px; padding: 42px 46px 34px; color: var(--ink); }
.light-card { background: white; }
.red-card { background: var(--red); color: white; }
.question-top { display: flex; align-items: center; justify-content: space-between; }
.question-top span { font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.question-top b { width: 68px; height: 68px; display: grid; place-items: center; border: 3px solid var(--red); border-radius: 50%; color: var(--red); font-size: 20px; transform: rotate(5deg); }
.red-card .question-top b { border-color: white; color: white; }
.question-card h3 { margin: 34px 0 7px; font-size: 39px; letter-spacing: -.05em; }
.question-sub { margin-bottom: 32px; color: #777; font-family: Georgia, serif; font-style: italic; }
.red-card .question-sub { color: rgba(255,255,255,.77); }
.amount { min-height: 105px; display: flex; align-items: center; gap: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.red-card .amount { border-color: rgba(255,255,255,.3); }
.amount strong { font-size: 35px; letter-spacing: -.05em; }
.amount span { font-size: 10px; font-weight: 750; line-height: 1.5; text-transform: uppercase; letter-spacing: .07em; }
.question-card ul { min-height: 180px; margin: 30px 0 0; padding: 0; list-style: none; }
.question-card li { position: relative; padding: 8px 0 8px 24px; font-family: Georgia, serif; font-size: 15px; }
.question-card li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-family: Arial, sans-serif; font-weight: 900; }
.red-card li::before { color: white; }
.monthly { padding-top: 22px; display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid var(--line); }
.red-card .monthly { border-color: rgba(255,255,255,.3); }
.monthly span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.monthly strong { font-size: 25px; }
.together-note { margin-top: 22px; padding: 28px 30px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; border: 1px solid rgba(255,255,255,.2); }
.link-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font-size: 24px; }
.together-note strong { display: block; margin-bottom: 5px; font-size: 14px; }
.together-note p { margin: 0; color: rgba(255,255,255,.67); font-family: Georgia, serif; font-size: 13px; line-height: 1.5; }
.together-note a { color: #ff8a97; font-size: 11px; font-weight: 800; text-decoration: none; }

.cost { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.cost-copy > p:not(.kicker) { max-width: 550px; margin: 30px 0; color: var(--muted); font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
.total-cost { margin: 30px 0; display: flex; align-items: center; gap: 25px; }
.total-cost strong { color: var(--red); font-size: 72px; letter-spacing: -.07em; }
.total-cost span { font-size: 11px; font-weight: 750; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
.cost-copy small { max-width: 500px; margin-top: 32px; display: block; color: #89868a; font-size: 10px; line-height: 1.5; }
.cost-breakdown { padding: 55px 50px; background: var(--cream); border-left: 6px solid var(--red); }
.cost-row { margin-bottom: 35px; display: grid; grid-template-columns: 125px 1fr 70px; align-items: center; gap: 18px; }
.cost-row > div:first-child b { display: block; font-size: 12px; }
.cost-row > div:first-child span { color: var(--muted); font-family: Georgia, serif; font-size: 11px; }
.bar { height: 9px; background: #ddd7cd; }
.bar span { height: 100%; display: block; background: var(--red); }
.bar-one span { width: 78%; }
.bar-two span { width: 50%; background: var(--navy); }
.cost-row > strong { text-align: right; font-size: 17px; }
.comparison { margin-top: 48px; padding-top: 35px; border-top: 1px solid #d4d0c8; }
.comparison > span { display: block; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.comparison > strong { display: block; margin: 5px 0; color: var(--red); font-size: 48px; letter-spacing: -.05em; }
.comparison p { max-width: 360px; margin: 0; color: var(--muted); font-family: Georgia, serif; line-height: 1.5; }

.community { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.community-photo { min-height: 610px; }
.community-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.community-copy { padding: 100px 9vw 90px 7vw; display: flex; flex-direction: column; justify-content: center; }
.community-copy h2 { margin-bottom: 28px; font-size: clamp(44px, 4.6vw, 72px); line-height: .98; letter-spacing: -.055em; }
.community-copy > p:not(.kicker) { color: rgba(255,255,255,.72); font-family: Georgia, serif; font-size: 18px; line-height: 1.65; }
blockquote { margin: 25px 0 35px; padding: 14px 0 14px 25px; border-left: 4px solid var(--red); font-size: 17px; font-weight: 800; }

.vote { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.vote-intro > p:not(.kicker) { max-width: 470px; margin: 28px 0 35px; color: var(--muted); font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.dates { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.dates > div { min-height: 295px; padding: 37px 25px; border-right: 1px solid var(--line); }
.dates > div:last-child { border: 0; }
.dates span { color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.dates strong { display: block; font-size: 72px; letter-spacing: -.06em; line-height: 1.1; }
.dates p { margin-top: 75px; font-family: Georgia, serif; font-size: 13px; line-height: 1.5; }
.dates .election-date { background: var(--red); color: white; }
.dates .election-date span { color: white; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-heading > p:not(.kicker) { margin: 25px 0; color: var(--muted); font-family: Georgia, serif; line-height: 1.6; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 25px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--red); font-size: 25px; font-weight: 400; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 690px; padding: 0 40px 24px 4px; color: var(--muted); font-family: Georgia, serif; font-size: 14px; line-height: 1.65; }

.final-cta { padding: 110px 30px; text-align: center; background: var(--red); color: white; position: relative; }
.mini-stamp { width: 70px; height: 70px; margin: 0 auto 25px; display: grid; place-items: center; border: 3px solid white; border-radius: 50%; font-size: 36px; transform: rotate(-8deg); }
.final-cta h2 { margin-bottom: 25px; font-size: clamp(55px, 7vw, 105px); line-height: .87; letter-spacing: -.07em; }
.final-cta h2 em { color: var(--navy); }
.final-cta > p:not(.kicker) { max-width: 650px; margin: 0 auto 35px; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }
.button-white { background: white; border-color: white; color: var(--red); }
.button-white:hover { background: var(--navy); border-color: var(--navy); color: white; }

footer { padding: 65px 5vw 28px; background: #0f171f; color: white; }
.brand-footer { margin-bottom: 35px; }
footer > p { max-width: 860px; color: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 12px; line-height: 1.7; }
footer > p a { color: white; }
.footer-bottom { margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 7vw 120px; }
  .hero-visual { min-height: 540px; }
  .yes-stamp { left: auto; right: 7vw; top: -85px; bottom: auto; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip > div:nth-child(2) { border-right: 0; }
  .fact-strip > div { border-bottom: 1px solid rgba(255,255,255,.25); }
  .fact-strip > div:nth-child(3), .fact-strip > div:nth-child(4) { border-bottom: 0; }
  .section-heading, .cost, .vote, .faq { grid-template-columns: 1fr; gap: 55px; }
  .priority-grid { grid-template-columns: 1fr 1fr; }
  .priority:nth-child(2) { border-right: 0; }
  .priority:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .question-card { padding: 35px 30px; }
  .community-copy { padding: 70px 7vw; }
}

@media (max-width: 680px) {
  .announcement { justify-content: space-between; gap: 10px; font-size: 9px; }
  .site-header { height: 75px; }
  .brand-check { width: 36px; height: 36px; font-size: 21px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 7px; }
  .site-header .button-small { min-height: 38px; padding: 0 12px; font-size: 9px; }
  .hero-copy { padding: 65px 6vw 110px; }
  h1 { font-size: 58px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 430px; }
  .yes-stamp { width: 142px; height: 142px; top: -70px; right: 5vw; }
  .yes-stamp span { font-size: 39px; }
  .fact-strip { padding: 18px 4vw; }
  .fact-strip > div { padding: 18px 12px; flex-direction: column; align-items: flex-start; gap: 6px; }
  .fact-strip strong { font-size: 24px; }
  .section { padding: 85px 6vw; }
  .section-heading { gap: 25px; }
  .section-heading h2, .cost h2, .vote h2, .faq h2 { font-size: 45px; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .priority:last-child { border-bottom: 0; }
  .priority h3 { margin-top: 35px; }
  .question-grid { grid-template-columns: 1fr; }
  .question-card { min-height: auto; }
  .question-card h3 { font-size: 33px; }
  .question-card ul { min-height: 0; margin-bottom: 30px; }
  .together-note { grid-template-columns: auto 1fr; }
  .together-note a { grid-column: 2; }
  .total-cost strong { font-size: 58px; }
  .cost-breakdown { padding: 40px 22px; }
  .cost-row { grid-template-columns: 105px 1fr 55px; gap: 10px; }
  .community { grid-template-columns: 1fr; }
  .community-photo { min-height: 430px; }
  .community-copy { padding: 75px 6vw; }
  .dates { grid-template-columns: 1fr; }
  .dates > div { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .dates p { margin-top: 25px; }
  .faq { gap: 45px; }
  .final-cta h2 { font-size: 60px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
