:root {
  --lw-white: #fff;
  --lw-ice: #edf7ff;
  --lw-sky: #8fd5ff;
  --lw-blue: #1268a8;
  --lw-blue-bright: #188bd1;
  --lw-navy: #082b49;
  --lw-ink: #061b2c;
  --lw-muted: #49657a;
  --lw-line: rgba(8, 43, 73, 0.16);
  --lw-font: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --lw-radius: 24px;
  --lw-shadow: 0 28px 80px rgba(6, 27, 44, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--lw-white);
  color: var(--lw-navy);
  font-family: var(--lw-font);
}

.lw-site {
  background: var(--lw-white);
  color: var(--lw-navy);
  font-family: var(--lw-font);
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 400;
  line-height: 1.6;
  overflow: clip;
}

.lw-site a,
.lw-site button,
.lw-site input {
  font: inherit;
}

.lw-site a:focus-visible,
.lw-site button:focus-visible,
.lw-site input:focus-visible,
.lw-site summary:focus-visible {
  outline: 3px solid var(--lw-sky);
  outline-offset: 4px;
}

.lw-shell {
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: clamp(20px, 4vw, 64px);
  width: 100%;
}

.lw-skip-link {
  background: var(--lw-white);
  border-radius: 0 0 8px 8px;
  color: var(--lw-ink);
  left: 20px;
  padding: 10px 16px;
  position: fixed;
  top: -80px;
  transition: top 0.2s ease;
  z-index: 9999;
}

.lw-skip-link:focus {
  top: 0;
}

.lw-donation-stopper {
  background: linear-gradient(90deg, #0b4774 0%, #1268a8 52%, #188bd1 100%);
  color: var(--lw-white);
  position: relative;
  z-index: 120;
}

.lw-donation-stopper__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 48px;
  padding-block: 7px;
}

.lw-donation-stopper__inner span {
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}

.lw-header {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.91);
  border-bottom: 1px solid rgba(8, 43, 73, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.lw-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 82px;
}

.lw-brand {
  align-items: center;
  color: var(--lw-navy);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 12px;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.lw-nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 2.5vw, 38px);
}

.lw-nav > a:not(.lw-button) {
  color: var(--lw-navy);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  position: relative;
  text-decoration: none;
}

.lw-nav > a:not(.lw-button)::after {
  background: var(--lw-blue);
  bottom: -6px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  width: 100%;
}

.lw-nav > a:hover::after {
  transform: scaleX(1);
}

.lw-nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--lw-navy);
  display: none;
  gap: 8px;
}

.lw-nav-toggle__label {
  font-size: 0.8rem;
  font-weight: 700;
}

.lw-button {
  align-items: center;
  background: var(--lw-blue);
  border: 1px solid var(--lw-blue);
  border-radius: 999px;
  color: var(--lw-white) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.015em;
  min-height: 52px;
  padding: 12px 24px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lw-button:hover {
  background: var(--lw-ink);
  border-color: var(--lw-ink);
  box-shadow: 0 12px 30px rgba(6, 27, 44, 0.18);
  transform: translateY(-2px);
}

.lw-button--small {
  font-size: 0.73rem;
  min-height: 38px;
  padding: 7px 18px;
}

.lw-button--white {
  background: var(--lw-white);
  border-color: var(--lw-white);
  color: var(--lw-blue) !important;
}

.lw-button--white:hover {
  background: var(--lw-ice);
  border-color: var(--lw-ice);
  color: var(--lw-navy) !important;
}

.lw-button--wide {
  width: 100%;
}

.lw-button--disabled {
  background: rgba(18, 104, 168, 0.1);
  border-color: rgba(18, 104, 168, 0.2);
  color: var(--lw-muted) !important;
  cursor: not-allowed;
}

.lw-button--outline {
  background: transparent;
  border-color: var(--lw-blue);
  color: var(--lw-blue) !important;
}

.lw-stadium-figure {
  background: var(--lw-white);
  margin: 0;
}

.lw-stadium-stage {
  background: var(--lw-ink);
  height: clamp(320px, 42vw, 620px);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.lw-stadium-stage::after {
  background: linear-gradient(to bottom, transparent 72%, rgba(6, 27, 44, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.lw-stadium-stage__image {
  height: calc(100% + 120px);
  left: 0;
  object-fit: cover;
  object-position: center 44%;
  position: absolute;
  top: -60px;
  transform: translate3d(0, var(--lw-media-parallax-y, 0), 0) scale(1.02);
  transform-origin: center;
  width: 100%;
  will-change: transform;
}

.lw-stadium-caption {
  color: var(--lw-muted);
  font-size: 0.72rem;
  line-height: 1.45;
  margin: 0;
  padding-block: 11px 13px;
}

.lw-stadium-caption .lw-shell {
  display: block;
}

.lw-hero {
  background:
    radial-gradient(circle at 80% 16%, rgba(143, 213, 255, 0.65), transparent 28%),
    linear-gradient(145deg, #fff 8%, #edf7ff 58%, #d6efff 100%);
  isolation: isolate;
  min-height: min(820px, calc(100vh - 130px));
  overflow: hidden;
  position: relative;
}

.lw-hero::before {
  background-image: linear-gradient(rgba(18, 104, 168, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 104, 168, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.lw-hero__glow {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.8), rgba(143, 213, 255, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  filter: blur(3px);
  height: 480px;
  position: absolute;
  right: -110px;
  top: -180px;
  width: 480px;
  z-index: -1;
  transform: translate3d(var(--lw-glow-x, 0), var(--lw-glow-y, 0), 0) rotate(var(--lw-glow-rotate, 0deg));
  transition: transform 0.18s linear;
  will-change: transform;
}

.lw-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  grid-template-columns: minmax(0, 1fr);
  min-height: inherit;
  padding-block: clamp(76px, 10vw, 136px);
}

.lw-eyebrow {
  color: var(--lw-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.lw-hero h1,
.lw-section-intro h2,
.lw-source h2,
.lw-footer h2 {
  color: var(--lw-navy);
  font-size: clamp(3.3rem, 7.5vw, 7.7rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.9;
  margin: 0;
}

.lw-hero h1 strong {
  color: var(--lw-blue);
  font-weight: 700;
}

.lw-hero h1.lw-hero__headline {
  font-size: clamp(2.55rem, 4vw, 3.4rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.lw-hero__headline span,
.lw-hero__headline strong {
  display: block;
}

.lw-hero__headline strong {
  margin-block: 0.18em;
}

.lw-hero__lead {
  color: var(--lw-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.55;
  margin: 36px 0 0;
  max-width: 680px;
}

.lw-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 0;
}

.lw-hero__decision-row {
  align-items: start;
  display: grid;
  gap: clamp(32px, 6vw, 84px);
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  margin-top: 40px;
}

.lw-hero__decision-main {
  min-width: 0;
}

.lw-hero-toc {
  margin-top: clamp(40px, 5vw, 68px);
  max-width: 680px;
}

.lw-hero-toc > p {
  color: var(--lw-blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.lw-hero-toc__links {
  border-top: 1px solid var(--lw-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lw-hero-toc__links a {
  align-items: baseline;
  border-bottom: 1px solid var(--lw-line);
  color: var(--lw-navy);
  display: flex;
  font-size: 0.82rem;
  gap: 12px;
  min-height: 48px;
  padding: 11px 10px 11px 0;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.lw-hero-toc__links a:nth-child(odd) {
  margin-right: clamp(18px, 3vw, 42px);
}

.lw-hero-toc__links a:hover {
  color: var(--lw-blue);
  padding-left: 4px;
}

.lw-hero-toc__links span {
  color: var(--lw-blue);
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#argumente,
#luzerner-weg,
#aenderungen,
#vergleich,
#konsequenter,
#spenden,
#mitmachen,
#unterstuetzerinnen,
#faq,
#quelle,
#komitee {
  scroll-margin-top: 110px;
}

.lw-text-link {
  color: var(--lw-navy) !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.lw-text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.lw-text-link:hover span {
  transform: translateY(4px);
}

.lw-hero__visual {
  align-items: center;
  display: grid;
  gap: clamp(14px, 2vw, 28px);
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.64fr);
  min-height: 560px;
  position: relative;
}

.lw-slogan-card {
  --lw-base-rotate: 0deg;
  --lw-parallax-rotate: 0deg;
  --lw-parallax-scale: 1;
  --lw-parallax-x: 0px;
  --lw-parallax-y: 0px;
  --lw-reveal-x: 0px;
  --lw-reveal-y: 0px;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  margin: 0;
  overflow: visible;
  transform: translate3d(calc(var(--lw-reveal-x) + var(--lw-parallax-x)), calc(var(--lw-reveal-y) + var(--lw-parallax-y)), 0) rotate(calc(var(--lw-base-rotate) + var(--lw-parallax-rotate))) scale(var(--lw-parallax-scale));
  transform-origin: center;
  will-change: transform;
}

.lw-slogan-card img {
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
  filter: none !important;
  height: auto;
  width: 100%;
}

.lw-slogan-card--hero {
  --lw-base-rotate: -1deg;
  justify-self: end;
  max-width: 500px;
  width: 100%;
}

.lw-slogan-card--medium {
  justify-self: center;
  max-width: 440px;
  width: min(100%, 440px);
}

.lw-slogan-card--small {
  max-width: 330px;
  width: 100%;
}

.lw-slogan-card--on-dark {
  border: 0;
  box-shadow: none;
}

.lw-vote-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: var(--lw-radius);
  box-shadow: var(--lw-shadow);
  padding: clamp(28px, 4vw, 52px);
  transform: rotate(1.5deg);
}

.lw-hero__decision-row .lw-vote-card {
  max-width: 290px;
  padding: clamp(22px, 2.5vw, 34px);
  position: static;
  transform: translate3d(0, var(--lw-vote-y, 0), 0) rotate(1.2deg);
  transition: transform 0.18s linear, box-shadow 0.3s ease;
  will-change: transform;
  width: 100%;
  z-index: 2;
}

.lw-hero__decision-row .lw-vote-card__row {
  padding-block: 13px;
}

.lw-hero__decision-row .lw-vote-card__row strong {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.lw-hero__decision-row .lw-vote-card__row--small strong {
  font-size: 0.9rem;
  letter-spacing: -0.02em;
  max-width: 56%;
  text-align: right;
}

.lw-vote-card__label {
  color: var(--lw-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 25px;
  text-transform: uppercase;
}

.lw-vote-card__row {
  align-items: baseline;
  border-top: 1px solid var(--lw-line);
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}

.lw-vote-card__row span {
  color: var(--lw-muted);
  font-size: 0.9rem;
}

.lw-vote-card__row strong {
  color: var(--lw-blue);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.lw-vote-card__divider {
  background: var(--lw-navy);
  height: 4px;
  margin: 12px 0;
  width: 100%;
}

.lw-vote-card__row--small strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.lw-consensus {
  background: var(--lw-navy);
  color: var(--lw-white);
}

.lw-consensus__inner {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: auto 1fr;
  padding-block: 30px;
}

.lw-consensus strong {
  color: var(--lw-sky);
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.lw-consensus p {
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  margin: 0;
}

.lw-consensus__inner.is-visible strong {
  animation: lw-proof-pop 0.82s 0.16s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes lw-proof-pop {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.88);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lw-gallery-section {
  background: var(--lw-white);
  padding-block: clamp(90px, 12vw, 160px) clamp(70px, 9vw, 120px);
}

.lw-section-intro {
  margin-bottom: clamp(48px, 8vw, 90px);
}

.lw-section-intro h2,
.lw-source h2,
.lw-footer h2 {
  font-size: clamp(2.9rem, 6.5vw, 6.3rem);
  line-height: 0.94;
}

.lw-gallery {
  display: grid;
  gap: clamp(14px, 2vw, 30px);
  grid-template-columns: repeat(4, minmax(230px, 1fr));
  margin-inline: auto;
  max-width: 1580px;
  padding-inline: clamp(16px, 2vw, 34px);
}

.lw-gallery__item {
  background: linear-gradient(160deg, var(--lw-ice), #fff);
  border: 1px solid rgba(18, 104, 168, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(8, 43, 73, 0.09);
  margin: 0;
  overflow: hidden;
  transform: translate3d(0, var(--lw-parallax-y, 0), 0);
  will-change: transform;
}

.lw-gallery__item:nth-child(even) {
  margin-top: 42px;
}

.lw-gallery__item img {
  display: block;
  height: auto;
  transition: transform 0.5s ease;
  width: 100%;
}

.lw-gallery__item:hover img {
  transform: scale(1.025);
}

.lw-slogan-chapter {
  padding-block: clamp(85px, 10vw, 140px);
}

.lw-slogan-chapter--white {
  background: var(--lw-white);
}

.lw-slogan-chapter__grid {
  align-items: center;
  display: grid;
  gap: clamp(45px, 8vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
}

.lw-slogan-chapter__grid--image-left {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
}

.lw-slogan-chapter__grid--image-left .lw-slogan-card {
  justify-self: start;
  order: -1;
}

.lw-slogan-chapter h2,
.lw-slogan-inline h3 {
  color: var(--lw-navy);
  font-size: clamp(2.8rem, 5.7vw, 5.8rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
}

.lw-slogan-chapter__grid > div > p:last-child {
  color: var(--lw-muted);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  margin: 30px 0 0;
  max-width: 690px;
}

.lw-slogan-inline {
  align-items: center;
  border-top: 1px solid var(--lw-line);
  display: grid;
  gap: clamp(36px, 7vw, 100px);
  grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.38fr);
  margin-top: clamp(70px, 9vw, 120px);
  padding-top: clamp(55px, 7vw, 90px);
}

.lw-slogan-inline--right {
  grid-template-columns: minmax(0, 1.38fr) minmax(250px, 0.62fr);
}

.lw-slogan-inline--right .lw-slogan-card {
  justify-self: end;
}

.lw-slogan-inline--image-left .lw-slogan-card {
  justify-self: start;
}

.lw-slogan-inline h3 {
  font-size: clamp(2.35rem, 4.5vw, 4.9rem);
}

.lw-section-intro--with-art {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 110px);
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
}

.lw-section-intro--with-art .lw-slogan-card {
  justify-self: end;
}

.lw-section-intro--image-left {
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
}

.lw-section-intro--image-left .lw-slogan-card {
  justify-self: start;
  order: -1;
}

.lw-slogan-strike-section {
  background: var(--lw-white);
  padding-block: clamp(80px, 11vw, 150px);
}

.lw-slogan-strike {
  display: flex;
  width: 100%;
}

.lw-slogan-strike--left {
  justify-content: flex-start;
}

.lw-slogan-strike--right {
  justify-content: flex-end;
}

.lw-slogan-strike-section--stack .lw-shell {
  display: grid;
  gap: clamp(80px, 12vw, 170px);
}

.lw-slogan-pair {
  background: var(--lw-white);
  padding-block: clamp(80px, 10vw, 140px);
}

.lw-slogan-pair__grid {
  align-items: center;
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1080px;
}

.lw-slogan-pair .lw-slogan-card:nth-child(2) {
  margin-top: 70px;
}

.lw-section {
  padding-block: clamp(90px, 12vw, 170px);
}

.lw-section--ice {
  background: linear-gradient(160deg, var(--lw-ice), #f7fbff 70%);
}

.lw-section--navy {
  background: var(--lw-ink);
  color: var(--lw-white);
}

.lw-section-intro--split {
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.lw-section-intro--split > p {
  color: var(--lw-muted);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  margin: 0 0 7px;
}

.lw-luzerner-way {
  background: var(--lw-white);
  border-bottom: 1px solid var(--lw-line);
  border-top: 1px solid var(--lw-line);
}

.lw-luzerner-way__grid {
  align-items: start;
  display: grid;
  gap: clamp(54px, 9vw, 132px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.lw-luzerner-way__title h2 {
  color: var(--lw-navy);
  font-size: clamp(3.4rem, 6.6vw, 7rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
}

.lw-luzerner-way__claim {
  border-left: 3px solid var(--lw-blue);
  color: var(--lw-blue);
  font-size: clamp(1.08rem, 1.65vw, 1.38rem);
  font-weight: 700;
  line-height: 1.38;
  margin: clamp(38px, 5vw, 66px) 0 0;
  max-width: 500px;
  padding-left: clamp(20px, 3vw, 34px);
}

.lw-luzerner-way__copy {
  border-top: 1px solid var(--lw-line);
  color: var(--lw-muted);
  padding-top: clamp(28px, 4vw, 46px);
}

.lw-luzerner-way__copy p {
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.72;
  margin: 0;
}

.lw-luzerner-way__copy p + p {
  margin-top: 1.5em;
}

.lw-comparison-intro {
  align-items: end;
  display: grid;
  gap: clamp(40px, 8vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
}

.lw-comparison-intro > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  margin: 0 0 8px;
}

.lw-committee__intro-copy p {
  color: var(--lw-muted);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  margin: 0;
}

.lw-committee__intro-copy p + p {
  margin-top: 1.2em;
}

.lw-section-intro--light h2 {
  color: var(--lw-white);
}

.lw-section-intro--light .lw-eyebrow {
  color: var(--lw-sky);
}

.lw-arguments {
  border-top: 1px solid var(--lw-line);
}

.lw-argument {
  border-bottom: 1px solid var(--lw-line);
}

.lw-argument summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 24px;
  grid-template-columns: 52px 1fr 36px;
  list-style: none;
  padding-block: 28px;
}

.lw-argument summary::-webkit-details-marker,
.lw-faqs summary::-webkit-details-marker {
  display: none;
}

.lw-argument__number {
  color: var(--lw-blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.lw-argument__heading {
  display: grid;
  gap: 4px;
}

.lw-argument__heading strong {
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
}

.lw-argument__heading small {
  color: var(--lw-muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.lw-argument__icon {
  align-items: center;
  border: 1px solid var(--lw-line);
  border-radius: 50%;
  display: flex;
  font-size: 1.2rem;
  height: 36px;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
  width: 36px;
}

.lw-argument[open] .lw-argument__icon,
.lw-faqs details[open] summary span {
  background: var(--lw-blue);
  color: var(--lw-white);
  transform: rotate(45deg);
}

.lw-argument.is-closing .lw-argument__icon,
.lw-faqs details.is-closing summary span {
  background: transparent;
  color: inherit;
  transform: rotate(0);
}

.lw-argument__body {
  color: var(--lw-muted);
  max-width: 880px;
  padding: 0 60px 32px 76px;
}

.lw-argument__body p {
  margin: 0;
}

.lw-measures {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lw-measures article {
  background: var(--lw-ice);
  border: 1px solid rgba(18, 104, 168, 0.11);
  border-radius: var(--lw-radius);
  min-height: 300px;
  padding: clamp(28px, 4vw, 46px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lw-measures article:hover {
  box-shadow: var(--lw-shadow);
  transform: translateY(-6px);
}

.lw-measures article:nth-child(4),
.lw-measures article:nth-child(5) {
  grid-column: span 1;
}

.lw-measures article > span {
  color: var(--lw-blue);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 42px;
}

.lw-measures h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0 0 18px;
}

.lw-measures p {
  color: var(--lw-muted);
  font-size: 0.88rem;
  margin: 0;
}

.lw-comparison {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.78);
}

.lw-comparison > div {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 30px;
  grid-template-columns: 0.55fr 1fr 1fr;
  padding-block: 34px;
}

.lw-comparison strong {
  color: var(--lw-sky);
}

.lw-comparison > div:not(.lw-comparison__head) > span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lw-comparison b {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.4;
}

.lw-comparison small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  line-height: 1.55;
}

.lw-comparison > div:not(.lw-comparison__head) > span:nth-child(3) small {
  color: rgba(143, 213, 255, 0.86);
}

.lw-comparison__head {
  color: var(--lw-white);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lw-balance-note {
  background: rgba(143, 213, 255, 0.1);
  border: 1px solid rgba(143, 213, 255, 0.28);
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  margin-top: 34px;
  padding: 24px 28px;
}

.lw-balance-note strong {
  color: var(--lw-white);
}

.lw-enforcement {
  background: var(--lw-white);
}

.lw-enforcement .lw-section-intro {
  align-items: end;
}

.lw-enforcement .lw-section-intro h2 strong {
  color: var(--lw-blue);
  font-weight: 300;
}

.lw-enforcement .lw-section-intro > p {
  color: var(--lw-muted);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  line-height: 1.55;
  margin: 0 0 0 auto;
  max-width: 520px;
}

.lw-enforcement__list {
  border-bottom: 1px solid var(--lw-line);
  margin-top: clamp(52px, 7vw, 90px);
}

.lw-enforcement__list article {
  border-top: 1px solid var(--lw-line);
  display: grid;
  gap: clamp(24px, 4vw, 64px);
  grid-template-columns: 64px minmax(0, 1fr);
  padding-block: clamp(34px, 5vw, 58px);
}

.lw-enforcement__number {
  color: var(--lw-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-top: 7px;
}

.lw-enforcement__content h3 {
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 clamp(26px, 3vw, 38px);
}

.lw-enforcement__columns {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lw-enforcement__columns > div:last-child {
  border-left: 1px solid var(--lw-line);
  padding-left: clamp(28px, 5vw, 72px);
}

.lw-enforcement__columns small {
  color: var(--lw-blue);
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.lw-enforcement__columns p {
  color: var(--lw-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

.lw-enforcement__conclusion {
  border-left: 4px solid var(--lw-blue);
  color: var(--lw-muted);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.6;
  margin: clamp(42px, 6vw, 72px) 0 0;
  max-width: 980px;
  padding-left: clamp(20px, 3vw, 34px);
}

.lw-enforcement__conclusion strong {
  color: var(--lw-ink);
}

.lw-forecast {
  background:
    radial-gradient(circle at 82% 16%, rgba(143, 213, 255, 0.34), transparent 28%),
    linear-gradient(145deg, #fff 15%, var(--lw-ice) 100%);
  overflow: hidden;
}

.lw-forecast__intro {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.45fr);
}

.lw-forecast__intro .lw-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.lw-forecast__intro h2 {
  font-size: clamp(2.3rem, 5vw, 5.2rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
  max-width: 1020px;
}

.lw-forecast__intro > p:last-child {
  align-self: end;
  color: var(--lw-blue);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 7px;
}

.lw-forecast__visual {
  border-top: 1px solid var(--lw-line);
  margin-top: clamp(60px, 9vw, 120px);
  padding-block: clamp(48px, 7vw, 86px);
}

.lw-forecast__heading {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: clamp(50px, 7vw, 82px);
}

.lw-forecast__heading p {
  color: var(--lw-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.lw-forecast__heading h3 {
  color: var(--lw-blue);
  font-size: clamp(2.6rem, 6vw, 6rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.9;
  margin: 0;
}

.lw-forecast__rows {
  display: grid;
  gap: clamp(52px, 7vw, 76px);
}

.lw-forecast__logic {
  align-items: start;
  border-left: 4px solid var(--lw-blue);
  display: grid;
  gap: 16px 36px;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  margin: 0 0 clamp(58px, 8vw, 90px);
  padding: 8px 0 8px clamp(20px, 3vw, 34px);
}

.lw-forecast__logic strong {
  color: var(--lw-ink);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

.lw-forecast__logic p {
  color: var(--lw-muted);
  line-height: 1.6;
  margin: 0;
}

.lw-forecast__row-head {
  align-items: baseline;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.lw-forecast__row-head h4 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  margin: 0;
}

.lw-forecast__band {
  text-align: right;
}

.lw-forecast__band small {
  color: var(--lw-muted);
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.lw-forecast__band strong {
  color: var(--lw-blue);
  display: block;
  font-size: clamp(1.4rem, 2.7vw, 2.2rem);
  white-space: nowrap;
}

.lw-forecast__row--initiative .lw-forecast__band strong {
  color: var(--lw-muted);
}

.lw-forecast__splitbar {
  background: rgba(255, 255, 255, 0.82);
  display: flex;
  height: clamp(66px, 7vw, 88px);
  overflow: hidden;
}

.lw-forecast__splitbar > span {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.lw-forecast__splitbar b {
  font-size: clamp(1.25rem, 2.7vw, 2.1rem);
}

.lw-forecast__splitbar small {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lw-forecast__yes {
  background: var(--lw-muted);
  color: var(--lw-white);
  flex: 0 0 0;
  transition: flex-basis 1.2s cubic-bezier(0.22, 1, 0.36, 1) 160ms;
}

.lw-forecast__row--counter .lw-forecast__yes {
  background: linear-gradient(90deg, var(--lw-sky), var(--lw-blue));
}

.lw-forecast__no {
  border-left: 1px solid var(--lw-white);
  color: var(--lw-muted);
  flex: 1 1 auto;
}

.lw-forecast__yes b,
.lw-forecast__yes small {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease 760ms, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) 760ms;
}

.lw-forecast__row.is-visible .lw-forecast__yes {
  flex-basis: var(--lw-forecast-yes);
}

.lw-forecast__row.is-visible .lw-forecast__yes b,
.lw-forecast__row.is-visible .lw-forecast__yes small {
  opacity: 1;
  transform: translateY(0);
}

.lw-forecast__runoff {
  align-items: center;
  border-bottom: 1px solid var(--lw-line);
  border-top: 1px solid var(--lw-line);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(120px, 0.35fr) 1fr auto;
  margin-top: clamp(76px, 10vw, 120px);
  padding-block: 28px;
}

.lw-forecast__runoff span {
  color: var(--lw-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lw-forecast__runoff strong {
  color: var(--lw-blue);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  letter-spacing: -0.04em;
}

.lw-forecast__runoff i {
  color: var(--lw-blue);
  font-size: 2.5rem;
  font-style: normal;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.lw-forecast__runoff:hover i {
  transform: translateX(8px);
}

.lw-forecast__tip {
  color: var(--lw-muted);
  font-size: clamp(1.15rem, 2.2vw, 1.75rem);
  line-height: 1.5;
  margin: clamp(42px, 6vw, 70px) 0 0;
  max-width: 1000px;
}

.lw-forecast__tip strong {
  color: var(--lw-ink);
}

.lw-forecast__reasons {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  margin-top: clamp(80px, 11vw, 150px);
}

.lw-forecast__reasons-title {
  border-top: 1px solid var(--lw-line);
  grid-row: 1 / span 5;
  padding: 42px clamp(42px, 6vw, 80px) 0 0;
}

.lw-forecast__reasons-title h3 {
  font-size: clamp(2.2rem, 4.5vw, 4.4rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.98;
  margin: 0;
}

.lw-forecast__reasons article {
  border-top: 1px solid var(--lw-line);
  display: grid;
  gap: 26px;
  grid-column: 2;
  grid-template-columns: 42px 1fr;
  padding-block: 38px;
}

.lw-forecast__reasons article:last-child {
  border-bottom: 1px solid var(--lw-line);
}

.lw-forecast__reasons article > span {
  color: var(--lw-blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 5px;
}

.lw-forecast__reasons article p {
  color: var(--lw-muted);
  line-height: 1.65;
  margin: 0;
}

.lw-forecast__reasons article strong {
  color: var(--lw-ink);
}

.lw-forecast__notice {
  color: var(--lw-muted);
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 34px 0 0 auto;
  max-width: 760px;
}

.lw-forecast__notice strong {
  color: var(--lw-ink);
}

.lw-donations {
  background:
    radial-gradient(circle at 78% 25%, rgba(143, 213, 255, 0.48), transparent 28%),
    linear-gradient(150deg, #fff 18%, #e6f5ff 100%);
}

.lw-donations__grid {
  align-items: center;
  display: grid;
  gap: clamp(60px, 8vw, 110px);
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
}

.lw-donations__intro h2 {
  font-size: clamp(2.9rem, 6.4vw, 6.1rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.94;
  margin: 0;
}

.lw-donations__intro > p:not(.lw-eyebrow) {
  color: var(--lw-muted);
  margin: 30px 0;
}

.lw-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lw-amounts span {
  background: var(--lw-white);
  border: 1px solid var(--lw-line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 8px 13px;
}

.lw-payment-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lw-payment-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: var(--lw-radius);
  box-shadow: var(--lw-shadow);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(26px, 3.6vw, 42px);
}

.lw-payment-card__badge {
  color: var(--lw-blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lw-payment-card h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 26px 0 14px;
}

.lw-payment-card p {
  color: var(--lw-muted);
  font-size: 0.84rem;
  margin: 0 0 30px;
}

.lw-payment-card__bank {
  background: var(--lw-ice);
  border: 1px solid var(--lw-line);
  border-radius: 14px;
  margin: 0 0 24px;
  padding: 18px;
}

.lw-payment-card__bank-title {
  color: var(--lw-blue);
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.lw-payment-card__bank dl {
  margin: 0;
}

.lw-payment-card__bank dl > div {
  border-top: 1px solid var(--lw-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 62px minmax(0, 1fr);
  padding: 9px 0;
}

.lw-payment-card__bank dl > div:first-child {
  border-top: 0;
  padding-top: 0;
}

.lw-payment-card__bank dl > div:last-child {
  padding-bottom: 0;
}

.lw-payment-card__bank dt {
  color: var(--lw-muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lw-payment-card__bank dd {
  color: var(--lw-navy);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  margin: 0;
  overflow-wrap: anywhere;
}

.lw-payment-card__qr {
  border: 1px solid var(--lw-line);
  border-radius: 12px;
  display: block;
  height: auto;
  margin: 0 0 24px;
  max-width: none;
  object-fit: contain;
  width: 100%;
}

.lw-payment-card__symbol {
  align-items: center;
  background: var(--lw-ice);
  border-radius: 50%;
  color: var(--lw-blue);
  display: flex;
  font-size: 2rem;
  height: 90px;
  justify-content: center;
  margin: auto auto 28px;
  width: 90px;
}

.lw-payment-card .lw-button {
  margin-top: auto;
  padding-inline: 14px;
}

.lw-payment-card--stripe .lw-button {
  margin: 0 0 24px;
}

.lw-payment-card--stripe .lw-payment-card__bank {
  margin-bottom: 0;
}

.lw-support-grid {
  align-items: start;
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr);
}

.lw-form-card,
.lw-supporters {
  background: var(--lw-white);
  border: 1px solid rgba(18, 104, 168, 0.11);
  border-radius: var(--lw-radius);
  box-shadow: 0 20px 60px rgba(8, 43, 73, 0.08);
  padding: clamp(26px, 4vw, 48px);
}

.lw-form {
  display: grid;
  gap: 20px;
}

.lw-form__row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lw-form > label,
.lw-form__row label {
  color: var(--lw-navy);
  display: grid;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 0.025em;
}

.lw-form label > span,
.lw-checkbox strong {
  color: var(--lw-blue);
}

.lw-form input[type="text"],
.lw-form input[type="email"] {
  appearance: none;
  background: #f8fbfd;
  border: 1px solid var(--lw-line);
  border-radius: 12px;
  color: var(--lw-ink);
  font-size: 0.9rem;
  min-height: 52px;
  padding: 12px 15px;
  width: 100%;
}

.lw-form input[type="text"]:focus,
.lw-form input[type="email"]:focus {
  background: var(--lw-white);
  border-color: var(--lw-blue);
  outline: 3px solid rgba(143, 213, 255, 0.35);
}

.lw-checkbox {
  align-items: start;
  display: grid !important;
  font-size: 0.73rem !important;
  font-weight: 400 !important;
  gap: 11px !important;
  grid-template-columns: 22px 1fr;
  letter-spacing: 0 !important;
  line-height: 1.45;
}

.lw-checkbox input {
  accent-color: var(--lw-blue);
  height: 19px;
  margin: 2px 0 0;
  width: 19px;
}

.lw-form__privacy {
  color: var(--lw-muted);
  font-size: 0.7rem;
  margin: 0;
}

.lw-form__privacy a {
  color: var(--lw-blue);
  text-decoration: underline;
}

.lw-honeypot {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.lw-form-message {
  border-radius: 12px;
  font-size: 0.8rem;
  margin-bottom: 20px;
  padding: 14px 16px;
}

.lw-form-message--success {
  background: #e6f7ed;
  color: #145b31;
}

.lw-form-message--error {
  background: #fff0f0;
  color: #842029;
}

.lw-form-message--notice {
  background: #fff8dd;
  color: #674f00;
}

.lw-supporters__header > div {
  align-items: center;
  display: flex;
  gap: 18px;
}

.lw-supporters__count {
  color: var(--lw-blue);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.lw-supporters__header div > span:last-child {
  color: var(--lw-muted);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.lw-supporters__list {
  line-height: 1.45;
  margin-top: 24px;
  max-height: 620px;
  overflow: auto;
  padding-right: 8px;
  scrollbar-gutter: stable;
}

.lw-supporters__group {
  display: inline;
}

.lw-supporters__group:not(:last-child)::after {
  color: var(--lw-muted);
  content: ";";
  margin-right: 0.5em;
}

.lw-supporters__group em {
  color: var(--lw-blue);
  font-size: 0.68rem;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-right: 0.5em;
  text-transform: uppercase;
}

.lw-supporters__people {
  display: inline;
}

.lw-supporters__person {
  display: inline;
  white-space: normal;
}

.lw-supporters__person:not(:last-child)::after {
  color: var(--lw-muted);
  content: ", ";
}

.lw-supporters__person strong {
  color: var(--lw-ink);
  font-size: 0.78rem;
  line-height: 1.35;
}

.lw-supporters__person > span {
  color: var(--lw-muted);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.lw-supporters__empty {
  border-top: 1px solid var(--lw-line);
  margin-top: 30px;
  padding-top: 26px;
}

.lw-supporters__empty p {
  color: var(--lw-muted);
  margin: 0;
}

.lw-faq-grid {
  display: grid;
  gap: clamp(50px, 8vw, 120px);
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
}

.lw-faqs {
  border-top: 1px solid var(--lw-line);
}

.lw-faqs details {
  border-bottom: 1px solid var(--lw-line);
}

.lw-faqs summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  font-weight: 700;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  padding: 24px 0;
}

.lw-faqs summary span {
  align-items: center;
  border: 1px solid var(--lw-line);
  border-radius: 50%;
  display: flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
}

.lw-faqs details p {
  color: var(--lw-muted);
  margin: 0;
  max-width: 760px;
  padding: 0 48px 28px 0;
}

.lw-source {
  background: var(--lw-ice);
  padding-block: clamp(65px, 8vw, 100px);
}

.lw-source__inner {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.8fr 1.1fr auto;
}

.lw-source h2 {
  font-size: clamp(2rem, 4.4vw, 4.5rem);
}

.lw-source p:not(.lw-eyebrow) {
  color: var(--lw-muted);
  margin: 0;
}

.lw-closing-art {
  background:
    radial-gradient(circle at 78% 26%, rgba(143, 213, 255, 0.24), transparent 32%),
    linear-gradient(145deg, var(--lw-ink), var(--lw-navy));
  color: var(--lw-white);
  overflow: hidden;
  padding-block: clamp(72px, 9vw, 126px);
  position: relative;
}

.lw-closing-art::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, black, transparent 88%);
  pointer-events: none;
  position: absolute;
}

.lw-closing-art__inner {
  align-items: center;
  display: grid;
  gap: clamp(48px, 9vw, 140px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  position: relative;
}

.lw-closing-art__copy .lw-eyebrow {
  color: var(--lw-sky);
}

.lw-closing-art__copy h2 {
  color: var(--lw-white);
  font-size: clamp(3rem, 6.6vw, 6.6rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
}

.lw-closing-art__copy > p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.65;
  margin: 30px 0 0;
  max-width: 620px;
}

.lw-closing-art__figure,
.lw-closing-art__figure img {
  background: transparent !important;
}

.lw-closing-art__figure {
  --lw-base-rotate: -1.5deg;
  justify-self: end;
  max-width: 480px;
  width: 100%;
}

.lw-committee {
  background: var(--lw-white);
}

.lw-committee__people {
  display: grid;
  gap: 0 clamp(30px, 4vw, 64px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lw-committee__people article {
  border-top: 1px solid var(--lw-line);
  display: grid;
  gap: 16px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding-block: clamp(22px, 3vw, 34px);
}

.lw-committee__people article > span {
  color: var(--lw-blue);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 7px;
}

.lw-committee__people h3 {
  color: var(--lw-navy);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

.lw-committee__people p {
  color: var(--lw-muted);
  margin: 5px 0 0;
}

.lw-committee__parties {
  border-top: 1px solid var(--lw-line);
  margin-top: clamp(50px, 8vw, 100px);
  padding-top: clamp(30px, 5vw, 56px);
}

.lw-committee__logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 56px);
  margin: 36px auto 0;
  max-width: 980px;
}

.lw-committee__logo {
  align-items: center;
  display: flex;
  flex: 0 1 var(--lw-party-width);
  justify-content: center;
  margin: 0;
  min-width: 0;
  min-height: 100px;
}

.lw-committee__logo img {
  display: block;
  height: auto;
  max-height: 88px;
  max-width: 100%;
  object-fit: contain;
  width: var(--lw-party-width);
}

/* Optical balance: compact marks need less width than horizontal wordmarks. */
.lw-committee__logo--fdp { --lw-party-width: 104px; }
.lw-committee__logo--gruene { --lw-party-width: 140px; }
.lw-committee__logo--glp { --lw-party-width: 155px; }
.lw-committee__logo--sp { --lw-party-width: 78px; }
.lw-committee__logo--svp { --lw-party-width: 132px; }

.lw-footer {
  background: var(--lw-ink);
  color: rgba(255, 255, 255, 0.72);
  padding-block: clamp(70px, 9vw, 120px) 30px;
}

.lw-footer__top {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px;
}

.lw-footer h2 {
  color: var(--lw-white);
  font-size: clamp(2.5rem, 5.8vw, 5.8rem);
  margin-top: 22px;
}

.lw-footer__top p {
  color: var(--lw-sky);
  font-size: 0.86rem;
  font-weight: 700;
}

.lw-footer__vote {
  display: grid;
  gap: 4px 20px;
  grid-template-columns: auto auto;
}

.lw-footer__vote span {
  align-self: center;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.lw-footer__vote strong {
  color: var(--lw-sky);
  font-size: 2.4rem;
  line-height: 1;
}

.lw-footer__legal {
  padding-block: 54px;
}

.lw-footer__legal section {
  max-width: 930px;
}

.lw-footer__legal h3 {
  color: var(--lw-white);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.lw-footer__legal p,
.lw-footer__legal address {
  font-size: 0.74rem;
  font-style: normal;
  line-height: 1.7;
  margin: 0;
}

.lw-footer a {
  color: var(--lw-sky);
}

.lw-footer__bottom {
  display: flex;
  font-size: 0.67rem;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 26px;
}

.lw-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.lw-legal-hero {
  background:
    radial-gradient(circle at 86% 12%, rgba(143, 213, 255, 0.7), transparent 25%),
    linear-gradient(145deg, var(--lw-white), var(--lw-ice));
  padding-block: clamp(90px, 13vw, 180px);
}

.lw-legal-hero h1 {
  color: var(--lw-navy);
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 0;
}

.lw-legal-content {
  padding-block: clamp(90px, 12vw, 160px);
}

.lw-legal-content__grid {
  align-items: start;
  display: grid;
  gap: clamp(50px, 9vw, 140px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
}

.lw-legal-content h2 {
  color: var(--lw-navy);
  font-size: clamp(3rem, 6.4vw, 6.2rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0;
}

.lw-legal-card {
  background: var(--lw-ice);
  border: 1px solid rgba(18, 104, 168, 0.12);
  border-radius: 24px;
  padding: clamp(30px, 5vw, 58px);
}

.lw-legal-card h3 {
  color: var(--lw-blue);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  margin: 38px 0 12px;
  text-transform: uppercase;
}

.lw-legal-card h3:first-child {
  margin-top: 0;
}

.lw-legal-card address,
.lw-legal-card p {
  color: var(--lw-navy);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.75;
  margin: 0;
}

.lw-legal-card a {
  color: var(--lw-blue);
  font-weight: 700;
}

.lw-legal-footer {
  background: var(--lw-ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  padding-block: 34px;
}

.lw-legal-footer .lw-shell {
  display: flex;
  justify-content: space-between;
}

.lw-legal-footer a {
  color: var(--lw-sky);
}

.lw-legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.lw-privacy-content {
  padding-block: clamp(90px, 12vw, 160px);
}

.lw-privacy-content__inner {
  max-width: 1000px;
}

.lw-privacy-content h2 {
  color: var(--lw-navy);
  font-size: clamp(3rem, 6.4vw, 6.2rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.94;
  margin: 0 0 34px;
}

.lw-privacy-content a {
  color: var(--lw-blue);
  font-weight: 700;
}

.lw-privacy-content section > p:not(.lw-eyebrow) {
  color: var(--lw-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  max-width: 820px;
}

.lw-newsletter-manage {
  background:
    radial-gradient(circle at 88% 14%, rgba(143, 213, 255, 0.52), transparent 28%),
    linear-gradient(145deg, var(--lw-white), var(--lw-ice));
  min-height: calc(100vh - 180px);
  padding-block: clamp(90px, 12vw, 160px);
}

.lw-newsletter-manage__inner {
  align-items: start;
  display: grid;
  gap: clamp(42px, 8vw, 120px);
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
}

.lw-newsletter-manage .lw-section-intro h1 {
  color: var(--lw-navy);
  font-size: clamp(3.4rem, 7.5vw, 7rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.92;
  margin: 0;
}

.lw-newsletter-manage .lw-section-intro > p:not(.lw-eyebrow) {
  color: var(--lw-muted);
  max-width: 620px;
}

.lw-newsletter-form,
.lw-newsletter-confirm-form {
  background: var(--lw-white);
  border: 1px solid rgba(18, 104, 168, 0.11);
  border-radius: var(--lw-radius);
  box-shadow: 0 20px 60px rgba(8, 43, 73, 0.08);
  padding: clamp(26px, 4vw, 48px);
}

.lw-newsletter-confirm-form {
  display: flex;
  justify-content: flex-start;
}

.lw-privacy-sections {
  border-top: 1px solid var(--lw-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(60px, 9vw, 110px);
}

.lw-privacy-sections article {
  border-bottom: 1px solid var(--lw-line);
  padding: 38px 44px 38px 0;
}

.lw-privacy-sections article:nth-child(even) {
  border-left: 1px solid var(--lw-line);
  padding-left: 44px;
  padding-right: 0;
}

.lw-privacy-sections h3 {
  color: var(--lw-navy);
  font-size: 1.2rem;
  margin: 0 0 12px;
}

.lw-privacy-sections p {
  color: var(--lw-muted);
  font-size: 0.94rem;
  margin: 0;
}

[data-reveal] {
  --lw-depth-y: 0px;
  --lw-parallax-rotate: 0deg;
  --lw-parallax-scale: 1;
  --lw-parallax-x: 0px;
  --lw-parallax-y: 0px;
  --lw-reveal-x: 0px;
  --lw-reveal-y: 0px;
  opacity: 1;
  transform: translate3d(calc(var(--lw-reveal-x) + var(--lw-parallax-x)), calc(var(--lw-reveal-y) + var(--lw-parallax-y) + var(--lw-depth-y)), 0) rotate(calc(var(--lw-base-rotate, 0deg) + var(--lw-parallax-rotate))) scale(var(--lw-parallax-scale));
  transition: opacity 0.72s ease var(--lw-reveal-delay, 0ms), transform 0.82s cubic-bezier(0.22, 1, 0.36, 1) var(--lw-reveal-delay, 0ms);
}

.lw-motion-ready [data-reveal]:not(.is-visible) {
  --lw-reveal-y: 32px;
  opacity: 0;
}

.lw-motion-ready [data-reveal].lw-reveal-left:not(.is-visible) {
  --lw-reveal-x: -42px;
  --lw-reveal-y: 12px;
}

.lw-motion-ready [data-reveal].lw-reveal-right:not(.is-visible) {
  --lw-reveal-x: 42px;
  --lw-reveal-y: 12px;
}

.lw-motion-ready [data-reveal].is-visible {
  --lw-reveal-x: 0px;
  --lw-reveal-y: 0px;
  opacity: 1;
}

.lw-motion-ready [data-reveal].is-visible.is-settled {
  transition: opacity 0.24s ease, transform 0.16s linear;
}

@media (max-width: 1050px) {
  .lw-hero__grid,
  .lw-donations__grid,
  .lw-closing-art__inner {
    grid-template-columns: 1fr;
  }

  .lw-closing-art__figure {
    justify-self: center;
    max-width: 520px;
    width: min(86%, 520px);
  }

  .lw-vote-card {
    max-width: 620px;
    transform: none;
  }

  .lw-hero__visual {
    margin-inline: auto;
    max-width: 760px;
    width: 100%;
  }

  .lw-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .lw-hero__decision-row {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
  }

  .lw-gallery {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    overflow-x: auto;
    padding-bottom: 30px;
  }

  .lw-measures {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lw-committee__people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lw-source__inner {
    grid-template-columns: 1fr 1fr;
  }

  .lw-source__inner .lw-button {
    justify-self: start;
  }
}

@media (max-width: 820px) {
  .lw-donation-stopper__inner {
    gap: 10px;
  }

  .lw-donation-stopper__inner span {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .lw-donation-stopper__inner span strong {
    display: block;
  }

  .lw-header__inner {
    min-height: 70px;
  }

  .lw-nav-toggle {
    display: inline-flex;
  }

  .lw-nav {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--lw-line);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 16px 24px 24px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .lw-nav.is-open {
    display: flex;
  }

  .lw-nav > a:not(.lw-button) {
    border-bottom: 1px solid var(--lw-line);
    padding: 13px 0;
  }

  .lw-nav .lw-button {
    margin-top: 16px;
  }

  .lw-hero {
    min-height: auto;
  }

  .lw-hero__grid {
    padding-block: 72px 90px;
  }

  .lw-hero__visual {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lw-slogan-card--hero {
    justify-self: center;
    max-width: 520px;
    width: min(92%, 520px);
  }

  .lw-hero__decision-row .lw-vote-card {
    justify-self: center;
    max-width: 520px;
    position: static;
    width: min(92%, 520px);
  }

  .lw-hero h1 {
    font-size: clamp(3rem, 15vw, 5.8rem);
  }

  .lw-hero h1.lw-hero__headline {
    font-size: clamp(2.45rem, 9vw, 3.5rem);
  }

  .lw-consensus__inner {
    grid-template-columns: auto 1fr;
  }

  .lw-section-intro--split,
  .lw-luzerner-way__grid,
  .lw-comparison-intro,
  .lw-support-grid,
  .lw-faq-grid,
  .lw-footer__legal,
  .lw-slogan-chapter__grid,
  .lw-slogan-inline,
  .lw-slogan-inline--right,
  .lw-section-intro--with-art {
    grid-template-columns: 1fr;
  }

  .lw-legal-content__grid {
    grid-template-columns: 1fr;
  }

  .lw-slogan-inline .lw-slogan-card,
  .lw-slogan-inline--right .lw-slogan-card,
  .lw-slogan-inline--image-left .lw-slogan-card,
  .lw-section-intro--with-art .lw-slogan-card {
    justify-self: center;
  }

  .lw-slogan-chapter__grid--image-left .lw-slogan-card,
  .lw-section-intro--image-left .lw-slogan-card {
    order: 0;
  }

  .lw-payment-grid {
    grid-template-columns: 1fr;
  }

  .lw-payment-card {
    min-height: 360px;
  }

  .lw-comparison > div {
    gap: 18px;
    grid-template-columns: 0.65fr 1fr 1fr;
  }

  .lw-enforcement__columns {
    gap: 28px;
  }

  .lw-enforcement__columns > div:last-child {
    padding-left: 28px;
  }

  .lw-forecast__reasons {
    grid-template-columns: 1fr;
  }

  .lw-forecast__reasons-title {
    grid-row: auto;
    padding-right: 0;
  }

  .lw-forecast__reasons article {
    grid-column: 1;
  }

  .lw-source__inner {
    grid-template-columns: 1fr;
  }

  .lw-committee__logos {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lw-committee__logos > .lw-committee__logo:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .lw-shell {
    padding-inline: 20px;
  }

  .lw-hero__decision-row {
    grid-template-columns: 1fr;
  }

  .lw-hero__decision-row .lw-vote-card {
    justify-self: stretch;
    width: 100%;
  }

  .lw-hero-toc {
    margin-top: 38px;
  }

  .lw-hero-toc__links {
    grid-template-columns: 1fr;
  }

  .lw-hero-toc__links a:nth-child(odd) {
    margin-right: 0;
  }

  .lw-committee__people {
    grid-template-columns: 1fr;
  }

  .lw-stadium-stage {
    height: 340px;
  }

  .lw-stadium-stage__image {
    height: calc(100% + 80px);
    object-position: 60% 44%;
    top: -40px;
  }

  .lw-donation-stopper__inner .lw-button {
    flex: 0 0 auto;
    padding-inline: 14px;
  }

  .lw-brand {
    font-size: 0.82rem;
  }

  .lw-consensus__inner {
    gap: 16px;
  }

  .lw-consensus p {
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .lw-closing-art {
    padding-block: 72px 84px;
  }

  .lw-closing-art__inner {
    gap: 46px;
  }

  .lw-closing-art__figure {
    width: min(94%, 390px);
  }

  .lw-gallery {
    grid-template-columns: repeat(8, minmax(245px, 78vw));
  }

  .lw-gallery__item:nth-child(even) {
    margin-top: 24px;
  }

  .lw-slogan-chapter h2,
  .lw-slogan-inline h3 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .lw-slogan-pair__grid {
    grid-template-columns: 1fr;
  }

  .lw-slogan-pair .lw-slogan-card:nth-child(2) {
    margin-top: 0;
  }

  .lw-argument summary {
    gap: 13px;
    grid-template-columns: 36px 1fr 32px;
  }

  .lw-argument__heading small {
    display: none;
  }

  .lw-argument__body {
    padding: 0 0 28px 49px;
  }

  .lw-measures {
    grid-template-columns: 1fr;
  }

  .lw-measures article {
    min-height: 250px;
  }

  .lw-comparison {
    display: grid;
    gap: 12px;
  }

  .lw-comparison__head {
    display: none !important;
  }

  .lw-comparison > div:not(.lw-comparison__head) {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .lw-comparison > div span::before {
    color: var(--lw-sky);
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 3px;
    text-transform: uppercase;
  }

  .lw-comparison > div span:nth-child(2)::before {
    content: "Initiative";
  }

  .lw-comparison > div span:nth-child(3)::before {
    content: "Gegenentwurf";
  }

  .lw-enforcement .lw-section-intro > p {
    margin-left: 0;
  }

  .lw-enforcement__list article {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .lw-enforcement__columns {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .lw-enforcement__columns > div:last-child {
    border-left: 0;
    border-top: 1px solid var(--lw-line);
    padding-left: 0;
    padding-top: 24px;
  }

  .lw-forecast__intro {
    grid-template-columns: 1fr;
  }

  .lw-forecast__intro .lw-eyebrow {
    grid-column: auto;
  }

  .lw-forecast__heading {
    align-items: start;
    flex-direction: column;
  }

  .lw-forecast__row-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .lw-forecast__logic {
    grid-template-columns: 1fr;
  }

  .lw-forecast__band {
    text-align: left;
  }

  .lw-forecast__splitbar {
    height: 70px;
  }

  .lw-forecast__runoff {
    gap: 10px;
    grid-template-columns: 1fr auto;
  }

  .lw-forecast__runoff strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .lw-forecast__runoff i {
    grid-column: 2;
    grid-row: 1;
  }

  .lw-forecast__reasons article {
    gap: 14px;
    grid-template-columns: 32px 1fr;
  }

  .lw-donations__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lw-form__row {
    grid-template-columns: 1fr;
  }

  .lw-form-card,
  .lw-supporters {
    padding: 24px 20px;
  }

  .lw-footer__top {
    align-items: start;
    flex-direction: column;
    gap: 44px;
  }

  .lw-footer__bottom {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .lw-footer__bottom nav {
    gap: 14px;
  }

  .lw-legal-footer .lw-shell {
    flex-direction: column;
    gap: 12px;
  }

  .lw-privacy-sections {
    grid-template-columns: 1fr;
  }

  .lw-privacy-sections article,
  .lw-privacy-sections article:nth-child(even) {
    border-left: 0;
    padding: 28px 0;
  }
}

@media (max-width: 820px) {
  .lw-newsletter-manage__inner {
    grid-template-columns: 1fr;
  }

  .lw-newsletter-form,
  .lw-newsletter-confirm-form {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .lw-gallery__item,
  .lw-slogan-card {
    transform: none !important;
  }

  .lw-stadium-stage__image {
    transform: scale(1.02) !important;
  }
}

.lw-cookie-link {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--lw-sky);
  cursor: pointer;
  font-size: inherit;
  padding: 0;
  text-align: left;
}

.lw-cookie-link:hover {
  text-decoration: underline;
}

.lw-consent[hidden],
.lw-consent__details[hidden],
.lw-consent__button[hidden] {
  display: none !important;
}

.lw-consent {
  align-items: end;
  background: rgba(6, 27, 44, 0.48);
  display: grid;
  inset: 0;
  padding: clamp(14px, 3vw, 34px);
  position: fixed;
  z-index: 10000;
}

.lw-consent__panel {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(18, 104, 168, 0.2);
  border-radius: 26px;
  box-shadow: 0 28px 90px rgba(6, 27, 44, 0.28);
  color: var(--lw-navy);
  display: grid;
  gap: 14px;
  margin-inline: auto;
  max-height: calc(100vh - 28px);
  max-width: 980px;
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  width: 100%;
}

.lw-consent__eyebrow {
  color: var(--lw-blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.lw-consent__panel h2 {
  color: var(--lw-navy);
  font-size: clamp(1.75rem, 4vw, 3.1rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
}

.lw-consent__panel > p:not(.lw-consent__eyebrow):not(.lw-consent__legal) {
  color: var(--lw-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
  max-width: 780px;
}

.lw-consent__details {
  border-block: 1px solid var(--lw-line);
  display: grid;
  gap: 0;
}

.lw-consent__details > div,
.lw-consent__details > label {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  padding-block: 15px;
}

.lw-consent__details > div::after {
  color: var(--lw-blue);
  content: "Immer aktiv";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lw-consent__details label {
  border-top: 1px solid var(--lw-line);
  cursor: pointer;
}

.lw-consent__details strong,
.lw-consent__details span,
.lw-consent__details small {
  display: block;
}

.lw-consent__details strong {
  color: var(--lw-navy);
  font-size: 0.85rem;
}

.lw-consent__details span,
.lw-consent__details small {
  color: var(--lw-muted);
  font-size: 0.74rem;
  font-weight: 400;
  line-height: 1.55;
}

.lw-consent__details input {
  accent-color: var(--lw-blue);
  height: 24px;
  width: 24px;
}

.lw-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.lw-consent__button {
  border: 1px solid var(--lw-blue);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  min-height: 48px;
  padding: 11px 22px;
}

.lw-consent__button--primary {
  background: var(--lw-blue);
  color: var(--lw-white);
}

.lw-consent__button--primary:hover {
  background: var(--lw-navy);
  border-color: var(--lw-navy);
}

.lw-consent__button--plain {
  background: var(--lw-white);
  color: var(--lw-blue);
}

.lw-consent__button--plain:hover {
  background: var(--lw-ice);
}

.lw-consent__legal {
  font-size: 0.7rem;
  margin: 0;
}

.lw-consent__legal a {
  color: var(--lw-blue);
}

@media (max-width: 680px) {
  .lw-consent {
    padding: 0;
  }

  .lw-consent__panel {
    border-radius: 24px 24px 0 0;
    max-height: min(88vh, 760px);
    padding: 24px 20px 20px;
  }

  .lw-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lw-consent__button {
    width: 100%;
  }
}

/* Regional party links and independently activated video statements. */
.lw-committee__logo a { display:flex; align-items:center; justify-content:center; width:var(--lw-party-width); max-width:100%; border-radius:4px; }
.lw-committee__logo a:focus-visible { outline:3px solid #0098d0; outline-offset:8px; }
/* YouTube statements: local posters, no connections before activation. */
.lw-video-section { padding:64px 0; background:#f3f8fb; }
.lw-video-section__inner { display:grid; grid-template-columns:minmax(180px,1fr) minmax(0,2.2fr); align-items:center; gap:48px; }
.lw-video-section__caption h2 { font-size:clamp(28px,3.2vw,44px); line-height:1.12; margin:12px 0 16px; }
.lw-video-section__caption p:last-child { font-size:18px; line-height:1.5; }
.lw-video-section__media { min-width:0; }
.lw-video-section__media [hidden] { display:none!important; }
.lw-video { position:relative; aspect-ratio:16/9; min-height:200px; background:#082957; border-radius:8px; }
.lw-video__play { position:absolute; inset:0; display:block; color:#fff; text-decoration:none; border-radius:inherit; overflow:hidden; }
.lw-video__play img { display:block; width:100%; height:100%; object-fit:cover; }
.lw-video__control { position:absolute; left:50%; bottom:22px; transform:translateX(-50%); display:flex; align-items:center; gap:10px; white-space:nowrap; min-height:44px; padding:10px 18px; border-radius:30px; background:#082957; color:#fff; font-weight:700; box-shadow:0 2px 12px #0003; }
.lw-video__duration { font-size:12px; font-weight:400; opacity:.85; }
.lw-video__play:hover .lw-video__control { background:#007fac; }
.lw-video__play:focus-visible { outline:4px solid #00b8f0; outline-offset:4px; }
.lw-video__mount { position:absolute; inset:0; }
.lw-video__mount iframe { display:block; width:100%; height:100%; border:0; }
.lw-video__toggle { display:block; min-height:44px; padding:8px 0; border:0; background:transparent; color:#082957; font:inherit; font-size:14px; font-weight:700; cursor:pointer; }
.lw-video__toggle:focus-visible { outline:2px solid #007fac; outline-offset:3px; }
.lw-video__toggle:disabled { opacity:.65; cursor:wait; }
.lw-video__error { margin:12px 0 0; font-size:14px; line-height:1.5; }
.lw-video__error a { color:inherit; text-decoration:underline; }
.lw-video-section__notice { margin:10px 0 0; font-size:12px; line-height:1.5; color:#43556a; }
.lw-video-section__notice a { color:inherit; text-decoration:underline; }
@media(max-width:800px) {
 .lw-video-section { padding:40px 0; }
 .lw-video-section__inner { grid-template-columns:1fr; gap:20px; }
 .lw-video-section__caption h2 { margin:8px 0; }
 .lw-video-section__caption p:last-child { margin-bottom:0; }
 .lw-video__control { bottom:14px; padding:10px 16px; font-size:14px; }
}
