@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,800;0,900;1,900&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --ink: #07111f;
  --paper: #f4f1ea;
  --red: #f02d3a;
  --blue: #1666d8;
  --muted: #69717c;
  --line: rgba(7, 17, 31, 0.14);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 5vw, 72px);
  color: white;
}
.brand {
  display: flex;
  gap: 11px;
  align-items: center;
  font: 800 19px/1 var(--display);
  letter-spacing: .04em;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  aspect-ratio: 1;
  background: var(--red);
  color: white;
  transform: skew(-7deg);
  font-size: 16px;
}
.brand-accent { color: var(--red); }
.header-cta {
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--ink);
  color: white;
}
.hero-image-wrap, .hero-shade {
  position: absolute;
  inset: 0;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  filter: saturate(.78) contrast(1.08);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(7,17,31,.97) 0%, rgba(7,17,31,.77) 35%, rgba(7,17,31,.12) 70%),
    linear-gradient(0deg, rgba(7,17,31,.82) 0%, transparent 40%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(680px, 90%);
  margin-left: clamp(20px, 8vw, 125px);
  padding-top: 55px;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(240,45,58,.16);
}
h1, h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  line-height: .82;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(72px, 10vw, 150px);
  letter-spacing: -.045em;
}
h1 em { color: var(--red); font-style: italic; }
.hero-lead {
  max-width: 590px;
  margin: 30px 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  border: 0;
  border-radius: 3px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: var(--red);
  color: white;
  box-shadow: 0 12px 35px rgba(240,45,58,.25);
}
.button-secondary {
  border: 1px solid rgba(255,255,255,.55);
  background: rgba(7,17,31,.2);
  color: white;
  backdrop-filter: blur(8px);
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.text-link span { color: var(--red); margin-left: 5px; }
.hero-stat {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 5vw, 72px);
  bottom: 40px;
  display: grid;
  text-align: right;
}
.hero-stat-label, .hero-stat span:last-child {
  color: rgba(255,255,255,.5);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.hero-stat .hero-votes {
  margin: 6px 0 5px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.hero-votes b { color: white; font-size: 14px; }
.hero-stat strong {
  font: 900 clamp(42px, 5vw, 72px)/1 var(--display);
}

.section { padding: clamp(80px, 10vw, 150px) clamp(20px, 8vw, 125px); }
.vote-section { background: var(--paper); }
.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px 50px;
  margin-bottom: 60px;
}
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -8px; }
.section-heading h2, .manifesto h2, .signature-section h2, .share-section h2 {
  font-size: clamp(52px, 7vw, 100px);
  letter-spacing: -.035em;
}
.section-heading > p:last-child {
  max-width: 320px;
  color: var(--muted);
  line-height: 1.6;
}
.vote-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 20px;
}
.vote-card, .results-card {
  min-height: 430px;
  padding: clamp(25px, 4vw, 55px);
  background: white;
  border: 1px solid var(--line);
}
.vote-card { display: flex; flex-direction: column; justify-content: center; }
.vote-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vote-button {
  min-height: 240px;
  border: 0;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 27px;
  text-align: left;
  transition: transform .2s, filter .2s;
}
.vote-button:hover { transform: translateY(-4px); filter: brightness(1.04); }
.vote-button:disabled { opacity: .6; cursor: default; transform: none; }
.vote-yes { background: var(--red); }
.vote-no { background: var(--ink); }
.vote-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  font-size: 26px;
}
.vote-button small { display: block; font: 700 11px var(--body); letter-spacing: .14em; }
.vote-button span:last-child { font: 900 65px/.8 var(--display); }
.vote-note { margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.results-card {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  background: #0b1727;
  color: white;
}
.donut {
  --yes: 0deg;
  width: min(230px, 70vw);
  aspect-ratio: 1;
  padding: 18px;
  border-radius: 50%;
  background: conic-gradient(var(--red) var(--yes), #243145 0);
  transition: background .5s;
}
.donut::before {
  content: "";
  position: absolute;
}
.donut-center {
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: #0b1727;
}
.donut-center strong { font: 900 65px/1 var(--display); }
.donut-center span { color: #8591a0; font-size: 11px; text-transform: uppercase; }
.result-bars { width: 100%; }
.result-row { margin-top: 20px; }
.result-row > div:first-child { display: flex; justify-content: space-between; font-size: 13px; }
.result-row strong { font-weight: 600; }
.bar { height: 5px; margin-top: 8px; background: #243145; overflow: hidden; }
.bar i { display: block; width: 0; height: 100%; background: var(--red); transition: width .6s; }
.result-row-no .bar i { background: #7b8798; }

.manifesto {
  position: relative;
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 50px;
  overflow: hidden;
  background: var(--red);
  color: white;
}
.manifesto-number {
  font: 900 clamp(160px, 28vw, 420px)/.7 var(--display);
  color: rgba(7,17,31,.11);
  letter-spacing: -.08em;
  align-self: center;
}
.manifesto-copy { max-width: 820px; position: relative; z-index: 1; }
.manifesto .eyebrow { color: var(--ink); }
.manifesto .eyebrow { margin-bottom: 28px; }
.manifesto h2 {
  margin-bottom: 45px;
  line-height: .94;
}
.manifesto-copy > p:not(.eyebrow) {
  max-width: 740px;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
}
.principles { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.principles span {
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.signature-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(45px, 8vw, 130px);
  background: var(--ink);
  color: white;
}
.signature-intro > p:not(.eyebrow) { color: #929cab; line-height: 1.7; max-width: 430px; }
.signature-count { display: grid; margin-top: 50px; }
.signature-count strong { font: 900 72px/1 var(--display); color: var(--red); }
.signature-count span { color: #778392; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.signature-form { align-self: center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.signature-form label:not(.check) {
  display: grid;
  gap: 9px;
  margin-bottom: 22px;
  color: #9da6b2;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.signature-form input:not([type="checkbox"]) {
  width: 100%;
  padding: 16px 2px;
  border: 0;
  border-bottom: 1px solid #405067;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: white;
  font-size: 17px;
  transition: border-color .2s;
}
.signature-form input:focus { border-color: var(--red); }
.signature-form small { color: #657184; font-weight: 400; letter-spacing: 0; text-transform: none; }
.check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 16px 0;
  color: #9da6b2;
  font-size: 12px;
  line-height: 1.5;
}
.check input { accent-color: var(--red); margin-top: 3px; }
.inline-button, .footer-link {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.submit-button { width: 100%; margin-top: 25px; }
.submit-button:disabled { opacity: .6; cursor: wait; }
.form-message { min-height: 22px; color: #aab3bf; font-size: 13px; }
.turnstile-container { min-height: 65px; margin-top: 22px; }
.honeypot { position: absolute !important; left: -9999px; }

.share-section {
  padding: clamp(80px, 10vw, 140px) 20px;
  text-align: center;
}
.share-section h2 { font-size: clamp(75px, 13vw, 190px); }
.share-buttons { display: flex; justify-content: center; gap: 12px; margin-top: 40px; }
.share-button {
  padding: 14px 22px;
  border: 1px solid var(--ink);
  border-radius: 99px;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 35px clamp(20px, 5vw, 72px);
  background: #050c16;
  color: white;
}
footer p { max-width: 520px; margin: auto; color: #687486; font-size: 11px; text-align: center; }
footer nav { display: flex; gap: 18px; }
footer nav a, .footer-link { color: #8b95a3; font-size: 11px; border: 0; background: none; }

dialog {
  width: min(620px, calc(100% - 30px));
  padding: 40px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
dialog::backdrop { background: rgba(2,8,16,.76); backdrop-filter: blur(5px); }
dialog h2 { font-size: 52px; }
dialog p { line-height: 1.65; color: #505966; }
.modal-close {
  position: absolute;
  top: 16px;
  right: 17px;
  border: 0;
  background: none;
  font-size: 28px;
  cursor: pointer;
}
.legal-warning { padding: 15px; background: #ffe0e2; color: #7e1820; font-weight: 600; }

@media (max-width: 850px) {
  .hero { min-height: 740px; align-items: flex-end; padding-bottom: 135px; }
  .hero-image { object-position: 60% center; }
  .hero-shade {
    background:
      linear-gradient(0deg, rgba(7,17,31,.99) 5%, rgba(7,17,31,.58) 63%, rgba(7,17,31,.15) 100%);
  }
  .hero-copy { margin: 0 20px; padding: 0; width: auto; }
  h1 { font-size: clamp(58px, 17vw, 92px); }
  .hero-lead { font-size: 15px; margin: 20px 0 25px; }
  .hero-stat { left: 20px; right: auto; bottom: 30px; text-align: left; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 22px; }
  .vote-grid, .signature-section { grid-template-columns: 1fr; }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-number { position: absolute; right: -10px; bottom: -15px; }
  .manifesto-copy { position: relative; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { margin: 0; text-align: left; }
}

@media (max-width: 560px) {
  .site-header { padding: 17px 16px; }
  .header-cta { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .text-link { margin-top: 8px; }
  .section { padding-left: 16px; padding-right: 16px; }
  .vote-section .section-heading { margin-bottom: 38px; }
  .vote-section .section-heading .eyebrow {
    margin: 0 0 18px;
  }
  .vote-section .section-heading h2 {
    margin-bottom: 20px;
    font-size: clamp(47px, 14vw, 58px);
    line-height: .9;
  }
  .vote-section .section-heading > p:last-child {
    margin: 0;
    font-size: 15px;
  }
  .vote-card, .results-card { padding: 16px; min-height: auto; }
  .vote-button { min-height: 190px; padding: 18px; }
  .vote-button span:last-child { font-size: 52px; }
  .results-card {
    grid-template-columns: 145px 1fr;
    gap: 18px;
    padding: 25px 20px;
  }
  .donut { width: 145px; padding: 11px; }
  .donut-center strong { font-size: 43px; }
  .donut-center span { font-size: 8px; }
  .result-row { margin-top: 14px; }
  .result-row:first-child { margin-top: 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .share-buttons { flex-direction: column; align-items: stretch; padding: 0 25px; }
  .manifesto h2 { font-size: 54px; }
  dialog { padding: 32px 22px; }
}

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