:root { --paper: #f4f0e7; --ink: #202620; --muted: #62695e; --line: #c9cec0; --blue: #426720; --accent: #d5ee89; }
.masthead { height: 100px; }
.mission-poll { min-height: 0; padding: 35px 0 55px; justify-content: flex-start; }
.mission-eyebrow { font-size: 9px; color: var(--muted); letter-spacing: 2.8px; margin: 0 0 24px; }
#name-head { margin: 0 auto; width: 100%; font-size: clamp(36px, 8.2vw, 120px); line-height: 1.08; letter-spacing: -.065em; font-weight: 600; }
.name-change { display: flex; align-items: baseline; justify-content: center; gap: .22em; white-space: nowrap; }
.name-change s { font-weight: 400; color: #96998e; text-decoration-thickness: .025em; text-decoration-color: var(--ink); }
.name-change .name-arrow { font-weight: 400; font-size: .68em; color: #818976; letter-spacing: -.08em; }
.name-change strong { font-weight: 600; position: relative; z-index: 0; }
.name-change strong::before { content: ''; position: absolute; inset: 20% -.055em 5%; z-index: -1; background: var(--accent); transform: rotate(-2deg); }
.intelligence { display: block; font-size: 1.03em; font-weight: 500; }
.name-caption { color: var(--muted); font-size: 14px; margin: 20px 0 0; }
.question-block { margin: 48px 0 32px; }
#question { font-size: clamp(44px, 4.8vw, 68px); line-height: 1.12; letter-spacing: -1.1px; margin: 0; font-weight: 500; }
.question-address { display: block; font-size: .42em; letter-spacing: -.02em; font-weight: 500; margin-bottom: 14px; }
#question em { font-family: var(--serif); font-weight: 400; font-size: 1.1em; }
#question:focus { outline: none; }
.question-hint { font-size: 14px; color: var(--muted); margin: 15px 0 0; }
.priority-options { width: 100%; max-width: 660px; margin: 0 auto; border-top: 1px solid var(--ink); }
.priority-option { --share: 0%; position: relative; display: grid; grid-template-columns: 30px 1fr 64px; align-items: center; gap: 15px; width: 100%; min-height: 77px; padding: 14px 16px; background: transparent; border: none; border-bottom: 1px solid var(--line); color: var(--ink); text-align: left; isolation: isolate; }
.priority-option::before { content: ''; position: absolute; inset: 0; width: var(--share); background: #e5e8d9; z-index: -1; transition: width .6s ease; }
.priority-option:not(:disabled):hover { background: #e5e8d9; }
.priority-option[aria-pressed=true]::before { background: var(--accent); }
.priority-option[aria-pressed=true] { box-shadow: inset 3px 0 var(--blue); }
.priority-option:disabled { cursor: default; }
.priority-option:disabled:not([aria-pressed=true]) { opacity: 1; }
.option-number { font-size: 12px; color: var(--muted); }
.option-copy { min-width: 0; position: relative; }
.option-title { display: block; font-size: 22px; font-weight: 500; letter-spacing: -.45px; line-height: 1.35; }
.option-sub { display: block; font-size: 10px; color: var(--muted); line-height: 1.5; margin-top: 5px; }
.option-end { text-align: right; }
.option-arrow { font-size: 23px; }
.option-percent { font-size: 25px; font-weight: 500; letter-spacing: -.9px; }
.your-pick { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.voted .priority-option { min-height: 77px; }
.voted .priority-option[aria-pressed=true] .option-sub { display: none; }

.priority-receipt { width: 100%; max-width: 660px; margin: 20px auto 0; text-align: left; }
.priority-receipt:focus { outline: none; }
.priority-receipt .vote-count { margin: 0 0 25px; font-size: 13px; }
.receipt-label { font-size: 11px; letter-spacing: 2px; color: var(--muted); margin: 0 0 10px; }
.priority-receipt h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.2; letter-spacing: -.5px; margin: 0 0 14px; }
#priority-context { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 0 0 15px; }
.priority-receipt .social-links a { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; background: transparent; font-size: 14px; padding: 12px 14px; border-radius: 5px; }
.social-icon { width: 20px; height: 20px; flex: none; }
[data-share=whatsapp] .social-icon { color: #128c4a; }
[data-share=x] .social-icon { color: #202620; }
[data-share=facebook] .social-icon { color: #0866ff; }
[data-share=linkedin] .social-icon { color: #0a66c2; }
[data-share=telegram] .social-icon { color: #1687b9; }
.priority-receipt .social-links a:hover { background: #e5e8d9; color: var(--ink); }
.voted .mission-poll { padding-top: 35px; }
.voted .mission-eyebrow { margin-bottom: 24px; }
.priority-receipt .social-section { margin-top: 23px; padding-top: 20px; }
#status { margin-top: 10px; }
.poll-note { font-size: 12px; }
.news-jump { font-size: 13px; }
.priority-receipt .social-section > p { font-size: 14px; }
.privacy-page { max-width: 680px; }
.privacy-page .document-lead { margin-bottom: 28px; }
.privacy-page section { padding: 12px 0; }
.privacy-page .analytics-choice { margin: 20px 0; padding: 18px 20px; }
.document-page .analytics-choice p { font-size: 14px; }
@media (max-width:700px) {
  .masthead { height: 86px; }
  .mission-poll, .voted .mission-poll { padding: 25px 0 40px; }
  .mission-eyebrow, .voted .mission-eyebrow { font-size: 8px; letter-spacing: 1.6px; margin-bottom: 21px; }
  #name-head { font-size: clamp(35px, 11.2vw, 76px); letter-spacing: -.065em; }
  .name-change { gap: .2em; }
  .intelligence { font-size: 1.3em; margin-top: 5px; }
  .name-caption { font-size: 12px; margin-top: 17px; }
  .question-block { margin: 29px 0 22px; }
  #question { font-size: clamp(36px, 9.6vw, 62px); letter-spacing: -1px; }
  .question-address { font-size: .52em; }
  .question-hint { font-size: 13px; }
  .priority-option { grid-template-columns: 20px 1fr 46px; gap: 9px; padding: 13px 9px; min-height: 75px; }
  .option-title { font-size: 18px; letter-spacing: -.3px; }
  .option-sub { font-size: 9px; }
  .option-percent { font-size: 22px; }
  .voted .priority-option { min-height: 75px; }
  .priority-receipt h3 { font-size: 25px; }
  .priority-receipt .vote-count { font-size: 12px; }
}
@media(max-width:360px) {
  #name-head { font-size: 35px; }
  .option-title { font-size: 18px; }
  .option-sub, .your-pick { font-size: 8px; }
  .priority-option { grid-template-columns: 15px 1fr 40px; gap: 7px; padding-right: 6px; padding-left: 7px; }
  #question { font-size: 32px; }
}
@media(prefers-reduced-motion:reduce) { .priority-option::before { transition: none; } }

/* A clear count, paired with the vote confirmation. */
.vote-summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 3px 0 24px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.priority-receipt .vote-summary .vote-count { display: flex; align-items: baseline; gap: 10px; margin: 0; color: var(--muted); font-size: 14px; }
#vote-count { font-size: 38px; line-height: 1; font-weight: 500; color: var(--ink); letter-spacing: -1.5px; }
.vote-confirmation { font-size: 14px; color: var(--blue); }
/* A compact, two-field contact form. */
.contact-page { display: block; max-width: 720px; margin: 32px auto 72px; }
.contact-intro { text-align: center; margin-bottom: 30px; }
.contact-intro .eyebrow { justify-content: center; font-size: 11px; color: var(--muted); margin-bottom: 15px; }
.contact-page h1 { font-size: 64px; line-height: 1.1; letter-spacing: -.05em; margin: 0 0 18px; }
.contact-page h1 em { font-family: var(--sans); font-style: normal; font-weight: 500; letter-spacing: inherit; color: var(--ink); background: var(--accent); padding: 0 .09em; }
.contact-intro .document-lead { font-size: 17px; line-height: 1.5; margin: 0; }
.contact-compose { padding: 30px; background: #faf8f2; border: 1px solid var(--line); border-radius: 14px; }
.contact-page #contact-form { border: none; padding: 0; }
.contact-page label, .contact-page #contact-form > label { display: block; font-size: 16px; margin-bottom: 10px; font-weight: 500; }
.contact-page label span { color: var(--muted); font-size: 13px; font-weight: 400; }
.contact-page #contact-form input:not([type=hidden]), .contact-page #contact-form textarea { font-size: 16px; border-radius: 7px; background: var(--paper); padding: 13px 14px; margin-bottom: 22px; border-color: #b8c0ad; }
.contact-page #contact-form input[type=hidden] { display: none; }
.contact-page #contact-form textarea { min-height: 160px; }
.contact-page #contact-form :is(input,textarea):focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.contact-page #contact-form [aria-invalid=true] { border-color: #a33121; }
.field-error { color: #a33121; font-size: 14px; line-height: 1.5; margin: -12px 0 22px; }
.contact-actions { display: block; }
.contact-page .send-button { width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 54px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); border-radius: 7px; font-size: 17px; padding: 15px 19px; margin: 0; }
.contact-page .send-button > span:last-child { color: var(--accent); font-size: 23px; line-height: 1; }
.contact-page .send-button:hover { background: #34442b; }
#contact-status { margin: 0 0 16px; }
#contact-status:empty { display: none; }
#contact-status.error { color: #8e2e20; background: #fae9e2; padding: 12px; border-radius: 7px; }
.contact-success { padding: 20px 0; text-align: center; outline: none; overflow-wrap: anywhere; }
.success-mark { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; font-size: 28px; background: var(--accent); border-radius: 50%; }
.contact-success h2 { font-size: 32px; margin: 22px 0 12px; }
.contact-success p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0 0 14px; }
.contact-success #reply-note { font-size: 14px; }
.contact-success .contact-reference { font-size: 13px; font-family: monospace; margin: 24px 0; }
.contact-success button { padding: 8px 0; border: none; background: transparent; }
.contact-verification { margin: 0 0 22px; }
#verification-status { font-size: 13px; color: var(--muted); line-height: 1.5; margin: 8px 0 0; }
#verification-status:empty { display: none; }
#verification-retry { border: none; background: transparent; padding: 10px 0; font-size: 14px; }
@media(max-width:700px) {
  .contact-page { margin: 20px auto 55px; }
  .contact-page h1 { font-size: clamp(37px, 8.8vw, 48px); letter-spacing: -.05em; margin-bottom: 14px; }
  .contact-page h1 em { letter-spacing: inherit; }
  .contact-intro { margin-bottom: 24px; }
  .contact-intro .document-lead { font-size: 16px; }
  .contact-compose { padding: 20px; }
  .vote-confirmation { font-size: 12px; }
  #vote-count { font-size: 32px; }
}

.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-fields > div { min-width: 0; }
.contact-page .contact-topics { border: 0; padding: 0; margin: 0 0 24px; min-width: 0; }
.contact-topics legend { font-size: 16px; margin-bottom: 12px; padding: 0; }
.topic-options { display: flex; flex-wrap: wrap; gap: 8px; }
.contact-page .topic-options label { position: relative; margin: 0; cursor: pointer; }
.contact-page #contact-form .topic-options input { position: absolute; width: 1px; height: 1px; opacity: 0; padding: 0; margin: 0; }
.topic-options span { display: block; border: 1px solid var(--line); border-radius: 20px; padding: 11px 14px; font-size: 14px; }
.topic-options input:checked + span { background: var(--accent); border-color: var(--blue); color: var(--ink); }
.topic-options input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 3px; }
.message-label { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
#message-count { font-size: 12px; font-variant-numeric: tabular-nums; color: var(--muted); white-space: nowrap; }
#message-count.near-limit { color: #8e2e20; }
.contact-page #contact-form textarea { margin-bottom: 10px; }
#message-error { margin: 0 0 14px; }
.draft-tools { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 12px; color: var(--muted); }
#clear-draft { font-size: 12px; color: var(--muted); background: none; border: 0; padding: 10px 0; text-decoration: underline; text-underline-offset: 3px; }
.contact-verification { margin-top: 20px; }
.contact-success .copy-reference { padding: 10px 15px; border: 1px solid var(--line); border-radius: 5px; font-size: 14px; }
.contact-success #copy-status { min-height: 22px; font-size: 12px; margin: 8px 0 16px; }
@media(max-width:600px) { .contact-fields { grid-template-columns: 1fr; gap: 0; } .topic-options span { padding: 11px 12px; } }
