:root {
  color-scheme: light;
  --paper:#faf8f4;
  --ink:#272722;
  --muted:#6a6a61;
  --red:#bd3627;
  --line:#deded4;
  font-family:
    "Nirmala UI",
    "Kohinoor Devanagari",
    "Noto Sans Devanagari",
    system-ui,
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
a {
  color: inherit;
}
button {
  font: inherit;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
button:not(:disabled) {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
p,
h1,
h2,
figure {
  margin: 0;
}
.page {
  max-width: 1240px;
  margin: auto;
  padding: 0 64px;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -90px;
  z-index: 2;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
}
.skip-link:focus {
  top: 12px;
}
.masthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 25px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
.brand img {
  border-radius: 10px;
}
.brand-english {
  display: block;
  font: 10px/1.5 system-ui, sans-serif;
  letter-spacing: 2px;
  margin-top: 3px;
}
.initiative {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}
.initiative > span:first-child {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--red);
}
.initiative > span:last-child {
  grid-column: 2;
  font: 10px/1.8 system-ui, sans-serif;
  letter-spacing: 1.2px;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 48px;
  align-items: center;
  padding: 60px 0 54px;
}
.eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.eyebrow > span {
  font: 11px system-ui, sans-serif;
  color: var(--red);
  letter-spacing: 1px;
}
h1 {
  font-size: clamp(48px, 5.3vw, 72px);
  line-height: 1.3;
  letter-spacing: -2px;
  font-weight: 750;
}
h1 > span {
  color: var(--red);
}
.lede {
  font-size: 21px;
  line-height: 1.75;
  margin-top: 22px;
}
.english {
  font: 15px/1.75 system-ui, sans-serif;
  color: var(--muted);
}
.hero .english {
  margin-top: 15px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding: 0 0 8px;
  margin-top: 27px;
  font-size: 15px;
  font-weight: 600;
}
.text-link:hover {
  color: var(--red);
  border-color: var(--red);
}
.hero-art {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: stretch;
  justify-content: center;
  padding: 16px 0 0;
}
.art-label {
  font: 10px system-ui, sans-serif;
  letter-spacing: 2.5px;
  color: var(--muted);
}
.cylinder {
  display: block;
  width: min(100%, 340px);
  height: auto;
  object-fit: contain;
  margin-top: 18px;
}
.hero-art figcaption {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
  margin-top: 16px;
}
.caption-line {
  width: 24px;
  height: 1px;
  background: var(--red);
}
.petition {
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 90px;
  padding: 58px 0 64px;
  scroll-margin: 24px;
}
.petition:focus {
  outline: none;
}
.petition .eyebrow {
  margin-bottom: 20px;
}
h2 {
  font-size: clamp(27px, 3.1vw, 38px);
  line-height: 1.5;
  letter-spacing: -.65px;
  font-weight: 650;
}
.petition-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.85;
  margin-top: 18px;
}
.petition-copy > .english {
  font-size: 14px !important;
  line-height: 1.75 !important;
  margin-top: 12px !important;
}
.notice {
  display: flex;
  gap: 12px;
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 22px;
}
.notice-icon {
  display: grid;
  place-items: center;
  flex: 0 0 19px;
  height: 19px;
  border: 1px solid #88887f;
  border-radius: 50%;
  font: 12px Georgia, serif;
  margin-top: 3px;
}
.notice strong {
  font-size: 14px;
  font-weight: 650;
}
.notice p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 5px;
}
.notice p[lang=en] {
  font-size: 12px;
  line-height: 1.7;
}
.support-panel {
  padding: 32px 36px;
  border: 1px solid var(--line);
  background: #f2f0e9;
  align-self: start;
  border-radius: 3px;
  min-width: 0;
}
.panel-label {
  font-size: 16px;
  font-weight: 600;
}
.count {
  font-size: clamp(58px, 6.3vw, 86px);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -2px;
  font-variant-numeric: tabular-nums;
  margin-top: 19px;
  overflow-wrap: anywhere;
}
.count-label {
  font-size: 17px;
}
.count-english {
  font: 12px/1.6 system-ui, sans-serif;
  color: var(--muted);
  margin-top: 8px;
}
.vote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 3px;
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 20px;
  margin-top: 24px;
  transition: background 160ms, transform 160ms;
}
.vote > span {
  font-family: system-ui, sans-serif;
  font-size: 21px;
}
.vote:hover:not(:disabled) {
  background: #a3291b;
  border-color: #a3291b;
  transform: translateY(-1px);
}
.vote:active:not(:disabled) {
  transform: translateY(1px);
}
.vote[aria-busy=true] {
  opacity: .7;
}
.vote.is-voted {
  background: #e4e6dc;
  color: #404e3b;
  border-color: #d3d7cb;
}
.privacy-note {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  margin-top: 15px;
}
.privacy-note > span {
  font: 12px/1.8 system-ui, sans-serif;
}
.verification {
  max-width: 100%;
  margin-top: 16px;
}
.verification:empty {
  margin: 0;
}
.status {
  font-size: 13px;
  line-height: 1.7;
  color: #714030;
  margin-top: 14px;
  overflow-wrap: anywhere;
}
.status:empty {
  margin: 0;
}
.share-section {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 42px 0 47px;
}
.share-section .eyebrow {
  margin-bottom: 12px;
}
.share-section h2 {
  font-size: 27px;
}
.share-section .english {
  margin-top: 8px;
  font-size: 14px;
}
.share-actions {
  min-width: 240px;
  text-align: right;
}
.share-primary {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 3px;
  min-height: 47px;
  padding: 10px 18px;
  font-size: 15px;
}
.share-primary:hover {
  background: #eeece5;
}
.share-primary > span {
  margin-left: 27px;
  font-family: system-ui, sans-serif;
}
.share-links {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}
.share-links a,
.share-links button {
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #9c9c90;
  color: var(--muted);
  background: transparent;
  padding: 3px 0;
}
.share-links a:hover,
.share-links button:hover {
  color: var(--red);
  border-color: var(--red);
}
.share-status {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  max-width: 290px;
  overflow-wrap: anywhere;
}
.share-status:empty {
  margin: 0;
}
footer {
  border-top: 1px solid var(--line);
  padding: 22px 0 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--muted);
}
footer > span {
  font: 10px/1.8 system-ui, sans-serif;
  letter-spacing: 1.5px;
}
footer p {
  font-size: 12px;
}
@media (min-width: 1400px) {
  .hero {
    padding-top: 74px;
    padding-bottom: 65px;
  }
}
@media (max-width: 1000px) {
  .page {
    padding: 0 40px;
  }
  .hero {
    gap: 25px;
  }
  .petition {
    gap: 40px;
  }
  .support-panel {
    padding: 28px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .desktop-break {
    display: none;
  }
}
@media (max-width: 720px) {
  .page {
    padding: 0 24px;
  }
  .masthead {
    padding: 20px 0;
  }
  .brand {
    font-size: 20px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .initiative {
    font-size: 11px;
  }
  .initiative > span:last-child {
    font-size: 9px;
    letter-spacing: .7px;
  }
  .hero {
    padding: 42px 0 36px;
    gap: 28px;
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: clamp(43px, 9vw, 62px);
    letter-spacing: -1.6px;
    line-height: 1.38;
  }
  .hero .eyebrow {
    margin-bottom: 18px;
  }
  .lede {
    font-size: 18px;
    margin-top: 16px;
  }
  .hero .english {
    font-size: 14px;
  }
  .text-link {
    margin-top: 20px;
  }
  .hero-art {
    padding-top: 12px;
  }
  .art-label {
    font-size: 10px;
  }
  .cylinder {
    width: 230px;
    margin-top: 10px;
  }
  .hero-art figcaption {
    margin-top: 4px;
    font-size: 12px;
  }
  .petition {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 0 38px;
  }
  .support-panel {
    padding: 26px 28px;
  }
  .count {
    font-size: 72px;
  }
  .petition h2 {
    font-size: 30px;
  }
  .share-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
    gap: 23px;
  }
  .share-section h2 {
    font-size: 25px;
  }
  .share-actions {
    text-align: left;
    width: 100%;
  }
  .share-links {
    justify-content: flex-start;
    gap: 24px;
  }
  .share-status {
    max-width: 100%;
  }
  footer {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  footer p {
    order: 3;
    width: 100%;
    font-size: 12px;
  }
  .eyebrow {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .page {
    padding: 0 18px;
  }
  .initiative > span:last-child {
    display: none;
  }
  .brand {
    gap: 8px;
  }
  .support-panel {
    padding: 24px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
