@font-face {
  font-family: "Onest";
  src: url("/assets/onest-cyrillic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --page: #f4f5f3;
  --surface: #ffffff;
  --ink: #0b0e0e;
  --muted: #66706f;
  --teal: #0aa7a0;
  --teal-dark: #087f7a;
  --teal-soft: #d8ece9;
  --blue-soft: #dce9f6;
  --line: #d8ddda;
  --danger: #b02b43;
  --radius-sm: 18px;
  --radius-md: 30px;
  --radius-lg: 48px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shadow: 0 24px 70px rgba(19, 43, 41, .08);
  --layout-max: 1480px;
  --content-max: 1180px;
  --reading-max: 760px;
  --layout-gutters: clamp(32px, 4vw, 72px);
  --motion-enter: 440ms;
  --motion-exit: 260ms;
  font-family: "Onest", Arial, sans-serif;
  color: var(--ink);
  background: var(--page);
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { min-width: 320px; min-height: 100dvh; margin: 0; overflow-x: hidden; background: var(--page); }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid rgba(10, 167, 160, .48); outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  border-radius: 99px;
  color: #fff;
  background: var(--teal-dark);
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  z-index: 100;
  top: 22px;
  left: 50%;
  display: flex;
  align-items: center;
  width: min(var(--layout-max), calc(100% - var(--layout-gutters)));
  min-height: 64px;
  padding: 6px 8px 6px 24px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 34px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 44px rgba(17, 45, 43, .07);
  transform: translateX(-50%);
}

.brand { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand-logo { position: relative; display: inline-flex; width: 154px; height: 40px; }
.brand-logo__vector { position: absolute; display: block; max-width: none; pointer-events: none; }
.brand-logo__vector--left { top: 3.35%; left: .75%; width: 92.97%; height: 70.56%; }
.brand-logo__vector--right { top: 18.27%; left: 49.8%; width: 49.46%; height: 78.4%; }

.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.main-nav a {
  position: relative;
  padding: 14px 0;
  color: #47504f;
  font-size: 15px;
  font-weight: 520;
  text-decoration: none;
  transition: color .18s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 9px;
  left: 0;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .24s var(--ease);
}
.main-nav a:hover { color: var(--teal-dark); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 50px;
  margin-left: 34px;
  padding: 0 24px;
  border-radius: 26px;
  color: #fff;
  background: var(--teal);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease, transform .18s var(--ease);
}
.header-cta:hover { background: var(--teal-dark); transform: translateY(-1px); }
.menu-toggle { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr);
  gap: clamp(42px, 5vw, 84px);
  align-items: center;
  width: min(var(--layout-max), calc(100% - var(--layout-gutters)));
  min-height: 790px;
  margin: 0 auto;
  padding: 120px 0 56px;
}

.eyebrow, .section-kicker {
  margin: 0 0 20px;
  color: #8a9392;
  font-size: 13px;
  font-weight: 570;
  letter-spacing: .02em;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--teal-dark); text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 12px 0 0 var(--teal-soft); }
.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(52px, 5.3vw, 78px);
  font-weight: 790;
  line-height: .92;
  letter-spacing: -.062em;
  text-wrap: balance;
}
.hero h1 em { color: var(--teal); font-style: normal; }
.hero__lead { max-width: 600px; margin: 30px 0 0; color: #505958; font-size: 19px; line-height: 1.48; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 29px;
  font-size: 15px;
  font-weight: 740;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s var(--ease), background .18s ease, color .18s ease, border-color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { border: 1px solid var(--teal); color: #fff; background: var(--teal); }
.button--primary:hover { border-color: var(--teal-dark); background: var(--teal-dark); }
.button--ghost { border: 1px solid var(--teal); color: var(--teal-dark); background: transparent; }
.button--ghost:hover { color: #fff; background: var(--teal); }

.hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 36px; }
.author-card { display: flex; flex: 0 1 auto; align-items: center; gap: 13px; }
.author-card__avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 14px;
  font-weight: 800;
}
.author-card > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.author-card small { color: #7c8584; font-size: 12px; }
.author-card strong { font-size: 15px; font-weight: 680; }
.hero-signature-counter {
  display: grid;
  grid-template-columns: auto minmax(0, 108px);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding-left: 26px;
  border-left: 1px solid var(--line);
}
.hero-signature-counter strong {
  color: var(--teal-dark);
  font-size: 30px;
  font-weight: 780;
  line-height: 1;
  letter-spacing: -.055em;
  font-variant-numeric: tabular-nums;
}
.hero-signature-counter span { color: #6b7573; font-size: 11px; line-height: 1.25; }

.hero__visual { position: relative; min-width: 0; }
.hero-photo {
  position: relative;
  height: clamp(520px, 47vw, 650px);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--teal-soft);
  box-shadow: var(--shadow);
}
.hero-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .16);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-photo__label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 100px;
  padding: 20px 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 15px 38px rgba(9, 41, 39, .1);
}
.hero-photo__label strong { color: var(--teal-dark); font-size: clamp(28px, 3vw, 42px); line-height: .9; white-space: nowrap; }
.hero-photo__label span { color: #454e4d; font-size: 13px; line-height: 1.35; }
.hero-stamp {
  position: absolute;
  top: -26px;
  left: -43px;
  display: grid;
  width: 118px;
  height: 118px;
  place-content: center;
  border: 2px solid var(--teal);
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--page);
  text-align: center;
  transform: rotate(-9deg);
}
.hero-stamp span { font-size: 30px; font-weight: 850; line-height: .88; }
.hero-stamp small { font-size: 10px; font-weight: 680; letter-spacing: .05em; text-transform: uppercase; }

.section { width: min(var(--layout-max), calc(100% - var(--layout-gutters))); margin: 0 auto; padding: 100px 0; }
.section-heading { width: min(100%, var(--content-max)); margin: 0 auto 54px; text-align: left; }
.section-heading h2, .result h2, .sign h2, .site-footer h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 740;
  line-height: .98;
  letter-spacing: -.05em;
  text-wrap: balance;
}
.section-heading--row { display: flex; align-items: end; justify-content: space-between; width: 100%; }
.section-heading--row > div:first-child { max-width: 770px; }
.section-heading--row .section-kicker { margin-bottom: 16px; }

.petition { padding-top: 120px; }
.petition-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: clamp(52px, 6vw, 84px); align-items: start; width: min(100%, var(--content-max)); margin: 0 auto; }
.petition-stat {
  position: sticky;
  top: 110px;
  padding: 32px;
  border-radius: var(--radius-md);
  color: #fff;
  background: var(--teal);
}
.petition-stat span { font-size: 70px; font-weight: 800; line-height: .9; letter-spacing: -.06em; }
.petition-stat p { margin: 20px 0 0; color: rgba(255, 255, 255, .84); font-size: 15px; line-height: 1.45; }
.petition-copy { max-width: var(--reading-max); }
.petition-copy p { margin: 0 0 22px; color: #3f4847; font-size: 18px; line-height: 1.65; }
.petition-copy .lead-paragraph { color: var(--ink); font-size: 23px; font-weight: 570; line-height: 1.47; }
.petition-copy__more {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    grid-template-rows var(--motion-enter) var(--ease),
    opacity var(--motion-exit) ease,
    transform var(--motion-enter) var(--ease);
}
.petition-copy__more-inner { min-height: 0; overflow: hidden; }
.petition-copy__more.is-open { grid-template-rows: 1fr; opacity: 1; transform: none; }
.text-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0; color: var(--teal-dark); background: transparent; font-weight: 690; }
.text-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .25s var(--ease); }
.text-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.measures { padding-top: 130px; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  transition: transform .18s var(--ease), background .18s ease, opacity .18s ease;
}
.carousel-controls button:hover:not(:disabled) { background: var(--teal-dark); transform: translateY(-2px); }
.carousel-controls button:disabled { cursor: default; opacity: .32; }
.carousel-controls svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.measures-carousel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.measure-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border-radius: 38px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.measure-card--dark { color: #fff; background: #111615; }
.measure-card--mint { background: var(--teal-soft); }
.measure-card--blue { background: var(--blue-soft); }
.measure-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.measure-card__top > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; opacity: .65; }
.measure-card__top strong { font-size: 15px; font-weight: 690; }
.measure-card__visual { position: relative; height: 170px; margin: 30px 0 24px; }
.measure-card__visual--tint { border: 3px solid #bac8c6; border-radius: 120px 120px 18px 18px; background: #2e3d3b; box-shadow: inset 0 -34px 0 rgba(10, 167, 160, .18); }
.measure-card__visual--tint::before, .measure-card__visual--tint::after { content: ""; position: absolute; bottom: -11px; width: 40px; height: 40px; border: 8px solid #87908e; border-radius: 50%; background: #171b1a; }
.measure-card__visual--tint::before { left: 42px; }
.measure-card__visual--tint::after { right: 42px; }
.measure-card__visual--tint span { position: absolute; top: 42px; right: 26px; left: 26px; height: 62px; border-radius: 54px 54px 8px 8px; background: rgba(4, 7, 7, .72); }
.measure-card__visual--plate { display: grid; place-items: center; }
.license-plate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(66px, 18%, 84px);
  width: 100%;
  height: 112px;
  overflow: hidden;
  border: 5px solid #151817;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 13px 0 rgba(11, 14, 14, .12);
}
.license-plate b {
  display: grid;
  place-items: center;
  padding-left: .11em;
  font-size: clamp(25px, 2.5vw, 37px);
  line-height: 1;
  letter-spacing: .11em;
  white-space: nowrap;
}
.license-plate small {
  display: grid;
  place-items: center;
  border-left: 3px solid #111;
  font-size: clamp(25px, 2vw, 31px);
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.measure-card__visual--lane { display: flex; gap: 20px; align-items: end; justify-content: center; padding: 0 30px; }
.measure-card__visual--lane::before { content: ""; position: absolute; inset: 0; border-radius: 22px 22px 0 0; background: #637381; transform: perspective(280px) rotateX(22deg); transform-origin: bottom; }
.measure-card__visual--lane i { position: relative; z-index: 2; width: 7px; height: 125px; background: repeating-linear-gradient(to bottom, #fff 0 19px, transparent 19px 35px); }
.measure-card h3 { position: relative; z-index: 2; margin: 0; font-size: 25px; font-weight: 720; line-height: 1.04; letter-spacing: -.035em; }
.measure-card > p { position: relative; z-index: 2; margin: 15px 0 26px; color: inherit; font-size: 14px; line-height: 1.45; opacity: .7; }
.card-link { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; min-height: 48px; margin-top: auto; padding: 0 4px 0 20px; border: 1px solid currentColor; border-radius: 25px; color: inherit; background: transparent; font-size: 13px; font-weight: 680; text-align: left; text-transform: uppercase; }
.card-link span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--ink); background: #fff; font-size: 18px; transition: transform .2s var(--ease); }
.card-link:hover span { transform: rotate(45deg); }

.result {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  width: min(var(--layout-max), calc(100% - var(--layout-gutters)));
  margin-top: 70px;
  padding: 82px;
  border-radius: var(--radius-lg);
  background: var(--teal-soft);
}
.result__number { position: relative; display: grid; width: 100%; max-width: 380px; aspect-ratio: 1; place-content: center; border: 2px solid var(--teal); border-radius: 50%; text-align: center; }
.result__number::before, .result__number::after { content: ""; position: absolute; border-radius: 50%; background: var(--teal); }
.result__number::before { top: 15%; right: -7px; width: 15px; height: 15px; }
.result__number::after { bottom: 20%; left: -4px; width: 9px; height: 9px; }
.result__number span { color: var(--teal-dark); font-size: clamp(94px, 10vw, 144px); font-weight: 790; line-height: .72; letter-spacing: -.08em; }
.result__number small { margin-top: 24px; font-size: 17px; font-weight: 640; }
.result__copy > p:not(.section-kicker) { margin: 24px 0 30px; color: #485351; font-size: 17px; line-height: 1.55; }
.result__copy ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.result__copy li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; min-height: 64px; padding: 10px 16px 10px 12px; border-radius: 22px; background: rgba(255, 255, 255, .68); font-size: 14px; line-height: 1.35; }
.result__copy li span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 10px; }

.petition-ending { display: grid; grid-template-columns: 120px minmax(0, var(--reading-max)); gap: 52px; width: min(var(--content-max), calc(100% - var(--layout-gutters))); justify-content: start; padding-top: 140px; }
.petition-ending__mark { color: var(--teal); font-family: Georgia, serif; font-size: 200px; line-height: .7; text-align: center; }
.petition-ending__copy p { margin: 0 0 28px; color: #495250; font-size: 18px; line-height: 1.65; }
.petition-ending__copy strong { display: block; font-size: clamp(26px, 3vw, 38px); font-weight: 690; line-height: 1.28; letter-spacing: -.025em; }

.sign {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(520px, 1fr);
  gap: 70px;
  align-items: start;
  width: min(var(--layout-max), calc(100% - var(--layout-gutters)));
  margin-top: 30px;
  padding: 84px;
  border-radius: var(--radius-lg);
  color: #fff;
  background: #111615;
}
.sign__intro { position: sticky; top: 110px; }
.sign__intro .section-kicker { color: #81918e; }
.sign__intro > p:not(.section-kicker) { max-width: 460px; margin: 24px 0 0; color: #aab3b1; font-size: 17px; line-height: 1.5; }
.signature-counter { display: flex; align-items: center; gap: 16px; margin-top: 64px; }
.signature-counter > span { color: var(--teal); font-size: 62px; font-weight: 760; line-height: 1; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.signature-counter small { max-width: 160px; color: #aab3b1; font-size: 12px; line-height: 1.35; }
.sign-form { padding: 34px; border-radius: 38px; color: var(--ink); background: #fff; }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.form-heading span { font-size: 24px; font-weight: 690; }
.form-heading small { max-width: 190px; color: #87908e; font-size: 11px; line-height: 1.3; text-align: right; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.field { display: grid; gap: 8px; margin-bottom: 12px; }
.field > span { color: #606967; font-size: 12px; font-weight: 570; }
.field input, .field textarea { width: 100%; border: 1px solid #d8dcda; border-radius: 16px; color: var(--ink); background: #f7f8f7; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.field input { height: 52px; padding: 0 16px; }
.field textarea { min-height: 110px; padding: 15px 16px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--teal); outline: 0; background: #fff; box-shadow: 0 0 0 3px rgba(10, 167, 160, .12); }
.field.is-invalid input, .field.is-invalid textarea { border-color: var(--danger); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.check-control { position: relative; display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin-top: 15px; color: #5d6664; font-size: 11px; line-height: 1.45; cursor: pointer; }
.check-control input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.check-control__box { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid #c8cfcc; border-radius: 7px; background: #f6f7f6; transition: border-color .18s ease, background .18s ease; }
.check-control__box svg { width: 14px; height: 14px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; opacity: 0; transform: scale(.6); transition: opacity .16s ease, transform .2s var(--ease); }
.check-control input:checked + .check-control__box { border-color: var(--teal); background: var(--teal); }
.check-control input:checked + .check-control__box svg { opacity: 1; transform: scale(1); }
.check-control input:focus-visible + .check-control__box { outline: 3px solid rgba(10, 167, 160, .28); outline-offset: 2px; }
.check-control.is-invalid .check-control__box { border-color: var(--danger); }
.check-control a { color: var(--teal-dark); text-underline-offset: 2px; }
.form-error { min-height: 18px; margin: 14px 0 0; color: var(--danger); font-size: 12px; line-height: 1.35; }
.form-submit { position: relative; width: 100%; margin-top: 10px; }
.form-submit i { display: none; width: 17px; height: 17px; margin-left: 10px; border: 2px solid rgba(255, 255, 255, .4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.form-submit.is-loading i { display: block; }
.form-submit:disabled { cursor: wait; opacity: .75; transform: none; }

.faq { padding-top: 140px; }
.faq-list { width: min(100%, var(--content-max)); margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: grid; grid-template-columns: 1fr 42px; gap: 24px; align-items: center; width: 100%; min-height: 92px; padding: 20px 0; color: var(--ink); background: transparent; font-size: 21px; font-weight: 620; text-align: left; transition: color .18s ease; }
.faq-item button:hover { color: var(--teal-dark); }
.faq-item button i { position: relative; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--teal); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; width: 14px; height: 2px; border-radius: 3px; background: var(--teal); transition: transform .24s var(--ease); }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-7px);
  transition:
    grid-template-rows var(--motion-enter) var(--ease),
    opacity var(--motion-exit) ease,
    transform var(--motion-enter) var(--ease);
}
.faq-answer__inner { min-height: 0; overflow: hidden; padding-right: 82px; }
.faq-answer__inner p { max-width: 840px; margin: 0; padding: 4px 0 28px; color: #66706f; font-size: 16px; line-height: 1.6; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; opacity: 1; transform: none; }

.site-footer { margin-top: 80px; padding: 100px max(20px, calc((100vw - var(--layout-max)) / 2)) 28px; color: #fff; background: var(--teal); }
.site-footer .section-kicker { color: rgba(255, 255, 255, .6); }
.share-block { text-align: center; }
.share-block h2 { font-size: clamp(44px, 6vw, 78px); }
.share-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 42px; }
.share-buttons a, .share-buttons button { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid rgba(255, 255, 255, .66); border-radius: 25px; color: #fff; background: transparent; font-size: 13px; font-weight: 650; text-decoration: none; transition: color .18s ease, background .18s ease, transform .18s var(--ease); }
.share-buttons a:hover, .share-buttons button:hover { color: var(--teal-dark); background: #fff; transform: translateY(-2px); }
.share-buttons svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-bottom { display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; gap: 30px; align-items: end; margin-top: 96px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, .3); }
.brand--footer { filter: brightness(0) invert(1); }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 14px 26px; }
.footer-bottom nav a { color: rgba(255, 255, 255, .78); font-size: 12px; line-height: 1.4; text-underline-offset: 3px; }
.footer-bottom > span { color: rgba(255, 255, 255, .62); font-size: 11px; white-space: nowrap; }

.modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; pointer-events: none; }
.modal[hidden] { display: none; }
.modal.is-open { pointer-events: auto; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(5, 12, 12, .64); backdrop-filter: blur(8px); opacity: 0; transition: opacity var(--motion-exit) ease; }
.modal__card { position: relative; z-index: 1; width: min(720px, 100%); max-height: calc(100dvh - 40px); padding: 48px; overflow: auto; border-radius: 38px; background: #fff; box-shadow: 0 30px 100px rgba(0, 0, 0, .22); opacity: 0; transform: translateY(20px) scale(.985); transition: opacity var(--motion-exit) ease, transform var(--motion-enter) var(--ease); }
.modal.is-open .modal__backdrop { opacity: 1; }
.modal.is-open .modal__card { opacity: 1; transform: none; }
.modal__close { position: absolute; top: 18px; right: 18px; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #edf1ef; }
.modal__close span { position: absolute; width: 17px; height: 2px; border-radius: 4px; background: var(--ink); transform: rotate(45deg); }
.modal__close span:last-child { transform: rotate(-45deg); }
.modal__eyebrow { margin: 0 52px 14px 0; color: var(--teal-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.modal__card h2 { max-width: 590px; margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.04; letter-spacing: -.04em; }
.modal__body { margin: 24px 0 30px; color: #505a58; font-size: 16px; line-height: 1.65; }
.modal__body p { margin: 0; }

.toast { position: fixed; z-index: 1200; right: 20px; bottom: 20px; max-width: 380px; padding: 15px 19px; border-radius: 16px; color: #fff; background: #14201e; box-shadow: 0 18px 50px rgba(0, 0, 0, .18); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .2s ease, transform .28s var(--ease); }
.toast.is-visible { opacity: 1; transform: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .52s ease, transform .58s var(--ease); }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .site-header { width: calc(100% - 32px); }
  .main-nav { gap: 22px; }
  .header-cta { min-width: 140px; margin-left: 24px; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 48px; width: calc(100% - 48px); }
  .hero h1 { font-size: clamp(46px, 6vw, 64px); }
  .section { width: calc(100% - 48px); }
  .measures-carousel { display: flex; gap: 16px; overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .measures-carousel::-webkit-scrollbar { display: none; }
  .measure-card { flex: 0 0 calc((100% - 16px) / 2); }
  .result { gap: 50px; padding: 60px; }
  .sign { grid-template-columns: minmax(0, .68fr) minmax(480px, 1fr); gap: 42px; padding: 60px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 86px; }
  .site-header { position: absolute; top: 14px; min-height: 60px; padding: 6px 8px 6px 18px; }
  .brand-logo { width: 137px; height: 36px; }
  .menu-toggle { position: relative; z-index: 3; display: grid; width: 44px; height: 44px; margin-left: auto; place-items: center; border-radius: 50%; background: #edf2f0; }
  .menu-toggle span { position: absolute; width: 18px; height: 2px; border-radius: 3px; background: #171b1a; transition: transform .23s var(--ease), opacity .15s ease; }
  .menu-toggle span:nth-child(1) { transform: translateY(-6px); }
  .menu-toggle span:nth-child(3) { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }
  .main-nav { position: absolute; top: 69px; right: 0; left: 0; display: grid; gap: 0; max-height: 0; margin: 0; padding: 0 16px; overflow: hidden; border-radius: 26px; background: rgba(255, 255, 255, .98); box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); transition: max-height .3s var(--ease), padding .3s var(--ease), opacity .18s ease, transform .3s var(--ease); }
  .main-nav.is-open { max-height: 300px; padding: 10px 16px; opacity: 1; transform: none; }
  .main-nav a { min-height: 52px; padding: 17px 8px; border-bottom: 1px solid #edf0ee; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; gap: 70px; width: calc(100% - 48px); padding-top: 118px; text-align: center; }
  .hero__copy { display: flex; flex-direction: column; align-items: center; }
  .hero__lead { max-width: 620px; }
  .hero__meta { justify-content: center; text-align: left; }
  .hero-stamp { top: -28px; left: -12px; }
  .hero-photo { height: min(108vw, 670px); }
  .petition-layout { grid-template-columns: 1fr; gap: 34px; }
  .petition-stat { position: relative; top: auto; display: flex; align-items: center; gap: 24px; padding: 26px; }
  .petition-stat p { margin: 0; }
  .petition-copy { max-width: none; }
  .result { grid-template-columns: 1fr; gap: 54px; }
  .result__number { max-width: 380px; margin: 0 auto; }
  .petition-ending { grid-template-columns: 100px minmax(0, 1fr); gap: 30px; }
  .sign { grid-template-columns: 1fr; }
  .sign__intro { position: static; }
  .signature-counter { margin-top: 40px; }
  .footer-bottom { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 74px; }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 56px; padding-left: 14px; }
  .brand-logo { width: 126px; height: 32px; }
  .menu-toggle { width: 42px; height: 42px; }
  .main-nav { top: 64px; }
  .hero { gap: 52px; width: calc(100% - 32px); min-height: 0; padding: 104px 0 42px; }
  .eyebrow { margin-bottom: 16px; font-size: 11px; }
  .hero h1 { font-size: clamp(40px, 12.4vw, 58px); line-height: .94; }
  .hero__lead { margin-top: 22px; font-size: 16px; line-height: 1.5; }
  .hero__actions { display: grid; width: 100%; margin-top: 30px; }
  .button { width: 100%; min-height: 52px; padding: 0 20px; font-size: 13px; }
  .hero__meta { justify-content: space-between; width: 100%; gap: 14px; margin-top: 30px; text-align: left; }
  .author-card { min-width: 0; }
  .author-card__avatar { flex: 0 0 44px; width: 44px; height: 44px; }
  .author-card strong { font-size: 13px; }
  .hero-signature-counter { grid-template-columns: auto minmax(0, 82px); gap: 7px; min-height: 44px; padding-left: 14px; }
  .hero-signature-counter strong { font-size: 25px; }
  .hero-signature-counter span { font-size: 10px; }
  .hero-photo { height: 125vw; max-height: 610px; min-height: 470px; border-radius: 34px; }
  .hero-photo img { object-position: 47% center; }
  .hero-photo__label { right: 12px; bottom: 12px; left: 12px; min-height: 90px; padding: 18px; border-radius: 25px; }
  .hero-photo__label strong { font-size: 27px; }
  .hero-photo__label span { font-size: 10px; }
  .hero-stamp { top: -22px; left: -7px; width: 92px; height: 92px; }
  .hero-stamp span { font-size: 24px; }
  .section { width: calc(100% - 32px); padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .result h2, .sign h2 { font-size: clamp(34px, 10vw, 47px); }
  .section-heading--row { align-items: end; }
  .section-heading--row > div:first-child { max-width: calc(100% - 104px); }
  .section-kicker { margin-bottom: 13px; font-size: 11px; }
  .petition { padding-top: 84px; }
  .petition-stat { align-items: flex-start; flex-direction: column; gap: 8px; border-radius: 25px; }
  .petition-stat span { font-size: 58px; }
  .petition-copy .lead-paragraph { font-size: 19px; }
  .petition-copy p { font-size: 16px; line-height: 1.6; }
  .measures { padding-top: 88px; }
  .carousel-controls button { width: 44px; height: 44px; }
  .measures-carousel { gap: 12px; }
  .measure-card { flex-basis: 100%; min-height: 500px; padding: 24px; border-radius: 31px; }
  .measure-card h3 { font-size: 23px; }
  .result { width: calc(100% - 24px); margin-top: 40px; padding: 52px 22px; border-radius: 38px; }
  .result__number { max-width: 290px; }
  .result__copy li { font-size: 13px; }
  .petition-ending { grid-template-columns: 1fr; gap: 0; padding-top: 90px; }
  .petition-ending__mark { height: 80px; font-size: 145px; text-align: left; }
  .petition-ending__copy p { font-size: 16px; }
  .petition-ending__copy strong { font-size: 24px; }
  .sign { width: calc(100% - 24px); margin-top: 10px; padding: 50px 12px 12px; border-radius: 38px; }
  .sign__intro { padding: 0 10px; }
  .sign__intro > p:not(.section-kicker) { font-size: 15px; }
  .signature-counter > span { font-size: 50px; }
  .sign-form { padding: 24px 16px; border-radius: 30px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .form-heading small { max-width: none; text-align: left; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .check-control { font-size: 10px; }
  .faq { padding-top: 94px; }
  .faq-item button { grid-template-columns: 1fr 38px; gap: 14px; min-height: 82px; font-size: 17px; }
  .faq-item button i { width: 38px; height: 38px; }
  .faq-answer__inner { padding-right: 0; }
  .faq-answer__inner p { font-size: 14px; }
  .site-footer { margin-top: 40px; padding-top: 72px; }
  .share-block h2 { font-size: 42px; }
  .share-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .share-buttons a, .share-buttons button { justify-content: center; min-width: 0; padding: 0 10px; }
  .share-buttons button:last-child { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 66px; }
  .modal { padding: 10px; place-items: end center; }
  .modal__card { max-height: calc(100dvh - 20px); padding: 42px 22px 24px; border-radius: 30px; }
  .modal__close { top: 12px; right: 12px; }
  .modal__body { font-size: 15px; }
  .toast { right: 12px; bottom: 12px; left: 12px; max-width: none; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 38px; }
  .hero-photo { min-height: 450px; }
  .hero__meta { align-items: flex-start; flex-direction: column; }
  .hero-signature-counter { border-left: 0; padding-left: 0; }
  .section-heading--row > div:first-child { max-width: calc(100% - 96px); }
  .measure-card { min-height: 520px; }
}

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