:root {
  color-scheme: light;
  --ink: #1b2327;
  --muted-ink: #445158;
  --sky: #d9eff8;
  --sky-soft: #eef8fc;
  --sky-whisper: #f3fafd;
  --transition-blue: #2d718a;
  --rule: #c8d7dd;
  --paper: #ffffff;
  --page-margin: clamp(1.25rem, 5vw, 2rem);
  --reading-width: 44rem;
  --wide-width: 52rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  background: var(--paper);
  border: 2px solid var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.opening {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 4.5rem var(--page-margin) 5.25rem;
  overflow: hidden;
  background: var(--sky);
  text-align: center;
}

.opening::after {
  display: none;
}

.world {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(46rem, 155vw);
  height: min(46rem, 155vw);
  transform: translate(-50%, -50%);
  opacity: 0.72;
  pointer-events: none;
}

.opening-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 34rem);
  transform: translateY(-4.5svh);
}

.campaign-name {
  margin: 0;
  font-size: clamp(1.85rem, 8.5vw, 3.8rem);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.campaign-subtitle {
  margin: clamp(0.45rem, 1.4vw, 0.75rem) 0 0;
  font-size: clamp(1.2rem, 3.6vw, 1.55rem);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.event-details {
  margin-top: clamp(2.5rem, 6vw, 3.5rem);
}

.event-label {
  margin: 0;
  font-size: clamp(1.85rem, 6vw, 2.45rem);
  font-weight: 650;
  line-height: 1.3;
}

.date {
  margin: clamp(0.25rem, 0.8vw, 0.45rem) 0 0;
  font-size: clamp(1.15rem, 3vw, 1.28rem);
  line-height: 1.45;
}

.date span {
  display: block;
  font-weight: 400;
}

.date span:first-child,
.date span:last-child {
  font-weight: 650;
}

.date span + span {
  margin-top: 0.15rem;
}

.opening-intro {
  max-width: 34rem;
  margin: clamp(2.1rem, 5vw, 3rem) auto 0;
  font-size: clamp(1rem, 2.6vw, 1.08rem);
  line-height: 1.42;
}

.opening-intro p {
  margin: 0 0 0.08rem;
}

.opening-intro p:last-child {
  margin-bottom: 0;
}

.opening .opening-demand {
  margin: clamp(1.35rem, 3.5vw, 2rem) auto 0;
  font-size: clamp(1.08rem, 3vw, 1.8rem);
}

.opening-demand .demand-duration {
  font-size: 1em;
}

.opening-actions {
  margin-top: clamp(1.15rem, 3vw, 1.65rem);
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 2.3rem;
  left: 50%;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  transform: translateX(-50%);
  border-radius: 50%;
  color: rgba(27, 35, 39, 0.58);
  font-size: 1.15rem;
  text-decoration: none;
}

main {
  position: relative;
  z-index: 5;
  background: var(--sky-whisper);
}

.chapter {
  position: relative;
}

.concrete-page {
  background: var(--paper);
}

.section,
.section-wide {
  width: calc(100% - (2 * var(--page-margin)));
  margin-inline: auto;
}

.section {
  max-width: var(--reading-width);
  padding-block: clamp(4.3rem, 12vw, 7rem);
}

.section-wide {
  max-width: var(--wide-width);
}

.lead {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: 0;
  text-align: center;
}

.central-demand {
  max-width: 42rem;
  margin: clamp(1.5rem, 4vw, 2.5rem) auto clamp(1.25rem, 3vw, 2rem);
  font-size: clamp(1.15rem, 3.4vw, 2rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.022em;
}

.demand-duration {
  display: block;
  margin-top: 0.28em;
  font-size: 0.92em;
  letter-spacing: 0.055em;
}

.solidarity {
  width: min(100%, var(--reading-width));
  margin: 0 auto;
}

.solidarity h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(1rem, 3.4vw, 1.15rem);
  line-height: 1.3;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.solidarity p {
  margin: 0.8rem 0;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: clamp(2.5rem, 7vw, 4rem);
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.15rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  font-size: 0.98rem;
  line-height: 1.2;
  text-decoration: none;
}

.button:hover {
  background: var(--sky-soft);
}

a:focus-visible {
  outline: 3px solid #135e79;
  outline-offset: 4px;
}

h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(1.55rem, 4.5vw, 2rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.018em;
}

p {
  margin: 0 0 1.25rem;
}

.time-section {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(4rem, 10vw, 6.5rem);
  padding-bottom: clamp(4rem, 10vw, 6.5rem);
  text-align: center;
}

.time-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--sky-whisper);
}

.time-section h2 {
  margin: 0 auto;
  max-width: 22ch;
  font-size: clamp(1.8rem, 4.5vw, 2.5rem);
  font-weight: 680;
  line-height: 1.08;
}

.time-list {
  max-width: 39rem;
  margin: clamp(1.4rem, 3.5vw, 2.1rem) auto 0;
}

.time-list p {
  max-width: 34rem;
  margin: 0 auto clamp(0.55rem, 1.5vw, 0.85rem);
  padding: 0;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.45;
}

.time-list .democratic-control {
  margin-top: clamp(1rem, 2.4vw, 1.35rem);
  font-size: clamp(1.12rem, 2.3vw, 1.28rem);
  font-weight: 700;
}

.time-list .time-conclusion {
  max-width: 25ch;
  margin-top: clamp(2rem, 5vw, 3rem);
  margin-bottom: 0;
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.early-actions {
  margin-top: 0;
  padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.policy {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(4rem, 9vw, 6rem);
}

.page-two-demands > h2 {
  max-width: 30ch;
  margin: 0 auto;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
}

.page-two-demands > h2 span {
  display: block;
}

.demands-list {
  display: grid;
  max-width: 38rem;
  gap: clamp(1.15rem, 2.5vw, 1.55rem);
  margin: clamp(2.5rem, 6vw, 3.5rem) auto 0;
  padding-left: 2.6rem;
}

.demands-list li {
  margin: 0;
  padding-left: 0.65rem;
  font-size: clamp(1.12rem, 2.6vw, 1.4rem);
  line-height: 1.48;
}

.demands-list li::marker {
  font-size: 1.45em;
  font-weight: 650;
}

.rationale {
  padding-top: clamp(4rem, 9vw, 6rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.rationale > * {
  max-width: 38rem;
  margin-inline: auto;
}

.rationale p:last-child {
  margin-bottom: 0;
}

.page-two-why > h2 {
  max-width: 18ch;
  margin: 0 auto clamp(2.25rem, 5vw, 3.25rem);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 680;
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.page-two-why > p {
  max-width: 34rem;
  margin: 0 auto 1.25rem;
  font-size: clamp(1.05rem, 2.3vw, 1.25rem);
  line-height: 1.55;
}

.page-two-why .local-cost {
  max-width: 29ch;
  margin-top: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  font-size: clamp(1.3rem, 3.2vw, 1.75rem);
  font-weight: 620;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.local-burden {
  max-width: 34rem;
  margin: 0 auto;
}

.local-burden p {
  margin: 0 0 0.3rem;
  font-size: clamp(1.05rem, 2.3vw, 1.25rem);
  line-height: 1.5;
}

.local-burden p:last-child {
  margin-bottom: 0;
}

.page-two-why .future-reach {
  max-width: 31ch;
  margin-top: clamp(2rem, 5vw, 3rem);
  margin-bottom: 0;
}

.page-two-why .local-global-climax {
  max-width: 24ch;
  margin-top: clamp(2.75rem, 6vw, 4rem);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.local-global-climax span {
  display: block;
}

.page-two-conclusion {
  max-width: 22ch;
  margin: clamp(3rem, 7vw, 4.5rem) auto 0;
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-align: center;
}

.banner-section {
  width: 100%;
  padding: clamp(2.6rem, 5.5vw, 3.7rem) var(--page-margin);
  background: var(--transition-blue);
  color: var(--paper);
}

.banner-statement {
  max-width: 24ch;
  margin: 0 auto;
  font-size: clamp(1.55rem, 4vw, 2.65rem);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: center;
}

.banner-statement span {
  display: block;
}

.pause-banner .banner-statement {
  font-size: clamp(1.35rem, 3.5vw, 2.25rem);
}

.factual-section {
  padding-block: clamp(4rem, 10vw, 6rem);
  text-align: center;
}

.factual-section h2,
.rally-reason h2,
.rally-character h2,
.action-section h2 {
  margin-bottom: clamp(1.8rem, 4vw, 2.5rem);
  font-size: clamp(1.8rem, 4.5vw, 2.5rem);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.factual-list,
.rally-reason-list,
.rally-character-list,
.action-list {
  max-width: 36rem;
  margin-inline: auto;
}

.factual-list p,
.rally-reason-list p,
.rally-character-list p,
.action-list p {
  margin: 0 0 0.8rem;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.52;
}

.factual-list p:last-child,
.rally-reason-list p:last-child,
.rally-character-list p:last-child,
.action-list p:last-child {
  margin-bottom: 0;
}

.factual-list .factual-emphasis {
  font-size: clamp(1.12rem, 2.3vw, 1.28rem);
  font-weight: 700;
}

.rally-reason {
  max-width: 72rem;
  padding-block: clamp(4.5rem, 11vw, 7rem);
  text-align: center;
}

.rally-demands {
  max-width: 68rem;
  margin: clamp(1rem, 2vw, 1.35rem) auto 0;
  padding-left: 0;
  list-style-position: inside;
  text-align: center;
}

.rally-demands li {
  margin: 0 0 clamp(0.85rem, 2vw, 1.2rem);
  padding-left: 0.45rem;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.48;
}

.rally-demands li:last-child {
  margin-bottom: 0;
}

.rally-demands .democratic-priority {
  font-size: clamp(1.12rem, 2.3vw, 1.28rem);
  font-weight: 700;
}

.rally-reason-list .demand-introduction {
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
}

.rally-character {
  position: relative;
  isolation: isolate;
  padding-block: clamp(4.5rem, 11vw, 7rem);
  color: var(--ink);
  text-align: center;
}

.rally-character::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--sky);
}

.rally-character-list p {
  margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
}

.rally-character-list .rally-call {
  margin-top: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 0;
  font-size: clamp(1.3rem, 3.2vw, 1.75rem);
  font-weight: 650;
}

.action-pair span {
  display: block;
}

.action-pair strong {
  display: block;
  font-weight: 700;
}

.action-pair + .action-pair {
  margin-bottom: clamp(1.8rem, 4vw, 2.5rem);
}

.action-section {
  padding-block: clamp(4.5rem, 11vw, 7rem);
  text-align: center;
}

.action-quotation {
  max-width: 36rem;
  margin: calc(-1 * clamp(0.7rem, 2vw, 1rem)) auto clamp(2.75rem, 6vw, 4rem);
  font-size: clamp(1rem, 2vw, 1.12rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.action-list .pressure {
  margin-top: clamp(1.5rem, 4vw, 2.25rem);
  font-size: clamp(1.3rem, 3.2vw, 1.75rem);
  font-weight: 650;
}

.community-context {
  max-width: 36rem;
  margin: clamp(2.75rem, 6vw, 4rem) auto 0;
}

.community-context p {
  margin: 0 0 0.35rem;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.5;
}

.community-context p:last-child {
  margin-bottom: 0;
}

.final-banner .actions {
  margin-top: clamp(2.25rem, 5vw, 3.25rem);
}

.final-banner .button {
  border-color: var(--paper);
}

.final-banner .button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.humanity {
  position: relative;
  isolation: isolate;
  padding-block: clamp(5rem, 13vw, 8rem);
  text-align: center;
}

.humanity::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--sky-soft);
}

.humanity p:last-child {
  margin-bottom: 0;
}

.humanity > h2 {
  max-width: 13ch;
  margin-inline: auto;
  font-size: clamp(2.6rem, 7.5vw, 5rem);
  line-height: 1.05;
}

.humanity > p {
  max-width: 38rem;
  margin-inline: auto;
}

.celebration-invitation {
  margin-block: clamp(2.5rem, 7vw, 4.5rem);
}

.celebration-invitation p {
  margin: 0 0 0.9rem;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  line-height: 1.4;
}

.celebration-invitation .music {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
}

.humanity .humanity-conclusion {
  max-width: 28ch;
  margin-top: clamp(2.75rem, 7vw, 4.5rem);
  font-size: clamp(1.7rem, 5vw, 3rem);
  font-weight: 620;
  line-height: 1.12;
  letter-spacing: -0.026em;
}

.humanity-conclusion span {
  display: block;
}

.solidarity-late {
  text-align: center;
}

.solidarity-statements {
  margin-top: clamp(2rem, 5vw, 3rem);
}

.solidarity-statements p {
  margin: 0 0 0.75rem;
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  line-height: 1.35;
}

.solidarity-statements p:last-child {
  margin-bottom: 0;
}

.practical {
  scroll-margin-top: 1.5rem;
  border-top: 1px solid var(--rule);
  padding-block: clamp(3.2rem, 8vw, 4.8rem);
}

.practical p:last-child {
  margin-bottom: 0;
}

.closing {
  border-top: 1px solid var(--rule);
  padding-bottom: clamp(5rem, 14vw, 8rem);
}

.pressure {
  margin-top: 2.6rem;
  font-size: clamp(1.4rem, 4vw, 1.75rem);
  font-weight: 600;
}

.closing .actions {
  justify-content: flex-start;
}

footer {
  padding: 1.8rem var(--page-margin) 2.2rem;
  color: var(--muted-ink);
  font-size: 0.84rem;
  text-align: center;
}

footer p {
  margin: 0;
}

.organise-page {
  background: var(--sky-whisper);
}

.organise-brand {
  display: inline-block;
  margin-bottom: clamp(3rem, 8vw, 5rem);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.organise-opening-copy {
  width: min(100%, 38rem);
}

.organise-campaign-name {
  display: block;
  font-size: clamp(1.15rem, 4.5vw, 1.75rem);
  text-decoration: none;
}

.organise-title {
  max-width: 18ch;
  margin: clamp(0.8rem, 2.2vw, 1.2rem) auto 0;
  font-size: clamp(2rem, 7vw, 4rem);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.organise-date {
  margin: clamp(0.75rem, 2vw, 1.05rem) auto 0;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.45;
}

.organise-date strong {
  font-weight: 700;
}

.organise-lead {
  margin: clamp(2.1rem, 5vw, 3rem) auto 0;
  font-size: clamp(1.35rem, 3.5vw, 2rem);
  font-weight: 620;
  line-height: 1.25;
}

.organise-intro {
  max-width: 37rem;
  margin: clamp(1.5rem, 3.5vw, 2.25rem) auto 0;
}

.organise-intro p {
  margin: 0 0 0.35rem;
}

.organise-intro .organise-conviction {
  margin-top: clamp(0.8rem, 2vw, 1.1rem);
  font-weight: 700;
}

.organise-registration-link {
  margin-top: clamp(1.8rem, 4vw, 2.5rem);
}

.organise-main {
  background: var(--sky-whisper);
}

.organise-steps,
.organise-section {
  width: calc(100% - (2 * var(--page-margin)));
  max-width: var(--reading-width);
  margin-inline: auto;
  padding-block: clamp(4rem, 10vw, 6.5rem);
}

.organise-steps {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  text-align: center;
}

.organise-steps article,
.organise-topics article {
  width: 100%;
  max-width: 38rem;
  margin-inline: auto;
}

.organise-steps h2,
.organise-section > h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.45rem, 3.5vw, 1.9rem);
  line-height: 1.2;
}

.organise-steps p,
.organise-topics p {
  margin-bottom: 0;
}

.organise-steps article p + p {
  margin-top: 0.75rem;
}

.optional-section,
.commitment-section,
.registration-section {
  text-align: center;
}

.optional-label {
  margin: 0 0 0.55rem;
  color: var(--muted-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.organise-topics {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
  margin-top: clamp(2.25rem, 5vw, 3.25rem);
}

.organise-topics h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  line-height: 1.3;
}

.organise-topics article p + p {
  margin-top: 0.35rem;
}

.commitment-section {
  position: relative;
  isolation: isolate;
  color: var(--paper);
}

.commitment-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: var(--transition-blue);
}

.commitment-list {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.commitment-list p {
  margin: 0 0 0.55rem;
  font-size: clamp(1.05rem, 2.3vw, 1.25rem);
  line-height: 1.45;
}

.fixed-event-time {
  margin: clamp(1.75rem, 4vw, 2.5rem) auto 0;
  font-size: clamp(1.15rem, 2.8vw, 1.45rem);
  line-height: 1.4;
}

.fixed-event-time span,
.fixed-event-time strong {
  display: block;
}

.registration-link {
  min-width: min(100%, 16rem);
  margin: clamp(2.75rem, 6vw, 4rem) auto 0;
  font-weight: 650;
}

.rallies-page,
.rallies-main {
  background: var(--sky-whisper);
}

.rallies-hero {
  padding: clamp(2rem, 6vw, 4rem) var(--page-margin) clamp(3.75rem, 9vw, 6rem);
  background: var(--sky);
  text-align: center;
}

.rallies-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 7vw, 4.25rem);
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.rallies-date {
  margin: clamp(1.35rem, 3vw, 2rem) 0 0;
  font-size: clamp(1.1rem, 2.8vw, 1.35rem);
  line-height: 1.45;
}

.rallies-date strong,
.rallies-date span {
  display: block;
}

.rally-list-section,
.rallies-cta {
  width: calc(100% - (2 * var(--page-margin)));
  max-width: var(--reading-width);
  margin-inline: auto;
}

.rally-list-section {
  min-height: clamp(12rem, 30vw, 20rem);
  padding-block: clamp(3.75rem, 9vw, 6rem);
}

.rally-list {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  max-width: 36rem;
  margin-inline: auto;
}

.rally-list-empty {
  margin: 0;
  color: var(--muted-ink);
  text-align: center;
}

.rally-entry h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.35rem, 3.5vw, 1.8rem);
  letter-spacing: -0.015em;
}

.rally-entry p {
  margin: 0 0 0.35rem;
}

.rally-entry a {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 650;
}

.rallies-cta {
  padding-block: clamp(3.5rem, 9vw, 5.5rem);
  text-align: center;
}

.rallies-cta h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
}

.rallies-cta p {
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
}

@media (min-width: 48rem) {
  body {
    font-size: 1.125rem;
  }

  .opening {
    min-height: 100svh;
  }

  .date {
    font-size: 1.25rem;
  }

}

@media (max-width: 25rem) {
  .opening {
    padding-inline: 1.25rem;
  }

  .campaign-name {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .humanity-conclusion span {
    display: inline;
  }

  .page-two-demands > h2 span {
    display: inline;
  }

  .demands-list {
    padding-left: 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media print {
  .opening {
    min-height: 70vh;
  }

  .scroll-cue,
  .actions {
    display: none;
  }
}
